AddressTools extension
Automatically activates AddressTools on Salesforce pages
What is AddressTools extension?
AddressTools extension is a Chrome extension developed by churry, and its main feature is "Automatically activates AddressTools on Salesforce pages".
Extension Screenshots
Download AddressTools extension Extension CRX File
Download AddressTools extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nnahaihpnbhhaklinmkkkpdbeapjdaeg |
Official URL | https://chromewebstore.google.com/detail/addresstools-extension/nnahaihpnbhhaklinmkkkpdbeapjdaeg |
Description | Automatically activates AddressTools on Salesforce pages |
File Size | 24.17 KB |
Installation Count | 1,362 |
Current Version | 1.43 |
Last Updated | 2022-09-16 |
Publish Date | 2019-04-29 |
Rating | 5.00/5 Total 3 Ratings |
Developer | churry |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.provenworks.com/privacy-policy |
Supported Languages | 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" } |