AddressTools extension

Automatically activates AddressTools on Salesforce pages

Wat is AddressTools extension?

AddressTools extension is een Chrome-extensie ontwikkeld door churry, en de belangrijkste functie is "Automatically activates AddressTools on Salesforce pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AddressTools extension

Download AddressTools extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AddressTools extension AddressTools extension
ID nnahaihpnbhhaklinmkkkpdbeapjdaeg
Officiële URL https://chromewebstore.google.com/detail/addresstools-extension/nnahaihpnbhhaklinmkkkpdbeapjdaeg
Beschrijving Automatically activates AddressTools on Salesforce pages
Bestandsgrootte 24.17 KB
Aantal Installaties 1,362
Huidige Versie 1.43
Laatst Bijgewerkt 2022-09-16
Publicatiedatum 2019-04-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar churry
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.provenworks.com/privacy-policy
Ondersteunde Talen 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"
}