我有一个Chrome扩展程序,我想与一些同事分享。目前还没有可用的登录类型,但我希望每个用户都能使用他们名下的工具。
在安装扩展程序之前,我希望有一个脚本可以将硬编码值更改为其名称和位置。
1) Share the tool
2) Click BAT/Script file of similar
3) Script executes and a form asks for 'User' / 'Location'
4) Hard coded values in index.html are changed
5) Install tool, HTML now is in their name
的index.html
<div class="xuser"><h4>John Smith</h4> <!-- Set User Name --></div>
<div class="xloc"><h4>UK Team</h4> <!-- Set Location --></div>
有没有更好的解决方案?