AddressTools extension
Automatically activates AddressTools on Salesforce pages
什么是AddressTools extension?
AddressTools extension是由churry开发的Chrome扩展程序,该扩展的主要功能是“Automatically activates AddressTools on Salesforce pages”。
扩展截图
下载AddressTools extension扩展crx文件
下载AddressTools extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For use with AddressTools Premium in Salesforce Classic. Install the browser addon in Chrome or Microsoft Edge with an active AddressTools Premium license to gain interactive functionality. 扩展基本信息
| 名称 | |
| ID | nnahaihpnbhhaklinmkkkpdbeapjdaeg |
| 官方URL | https://chromewebstore.google.com/detail/addresstools-extension/nnahaihpnbhhaklinmkkkpdbeapjdaeg |
| 简介 | Automatically activates AddressTools on Salesforce pages |
| 文件大小 | 24.17 KB |
| 安装次数 | 1,362 |
| 当前版本 | 1.43 |
| 更新时间 | 2022-09-16 |
| 上架时间 | 2019-04-29 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | churry |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://www.provenworks.com/privacy-policy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Automatically activates AddressTools on Salesforce pages",
"name": "AddressTools extension",
"short_name": "pw4sf",
"browser_action": {
"default_icon": "img\/Cogs_Disabled.png",
"default_title": "AddressTools extension",
"default_popup": "addressTools.html"
},
"content_scripts": [
{
"js": [
"lib\/uploadATScripts.js"
],
"matches": [
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"icons": {
"60": "img\/Cogs_Standard.png"
},
"manifest_version": 2,
"background": {
"scripts": [
"lib\/background.js"
]
},
"version": "1.43"
} | |