|
next steps:
Press [ctrl] + [shift] + , open “Console” tab, put this and hit [enter]:
APP_INSTALL_FUNCTION=1; APPS_EULA=1;
if this window will appear again use this on the console:
- $("#AppsDiag_Manually_Install").remove();
- var input = '<input type="file" name="f_apps_file" class="file_input_hidden" id="f_apps_file" onchange="apps_manually_install();">Install an app manually</div>';
- $("#manually_install_td").append(input);
复制代码
|
|