Nectar Desk for North America

Click-to-Call-or-SMS Directly from Any Website.

Cos'è Nectar Desk for North America?

Nectar Desk for North America è un'estensione di Chrome sviluppata da https://www.nectardesk.com, e la sua funzione principale è "Click-to-Call-or-SMS Directly from Any Website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nectar Desk for North America

Scarica i file di estensione Nectar Desk for North America in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Nectar Desk's Click-to-Call-to-SMS Extension. Use it with your favorite CRM                    

Informazioni di Base sull'Estensione

Nome Nectar Desk for North America Nectar Desk for North America
ID fhaechblhplhknhmkionjpdifpldmlde
URL Ufficiale https://chromewebstore.google.com/detail/nectar-desk-for-north-ame/fhaechblhplhknhmkionjpdifpldmlde
Descrizione Click-to-Call-or-SMS Directly from Any Website.
Dimensione del File 1.9 MB
Conteggio Installazioni 672
Versione Corrente 9.1.0
Ultimo Aggiornamento 2023-04-26
Data di Pubblicazione 2020-05-20
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore https://www.nectardesk.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.nectardesk.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "vendor\/jquery\/jquery.js",
            "vendor\/URI.js",
            "js\/bg\/background.js",
            "js\/nectardesk.js",
            "vendor\/jquery\/jquery331.min.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "vendor\/jquery\/jquery.js",
                "vendor\/jquery\/jquery-replace.js",
                "vendor\/jquery\/chosen.jquery.min.js",
                "js\/nectardesk.js",
                "js\/inject\/pipedrive_injector.js",
                "js\/inject\/periodic_wildcard_injector.js",
                "vendor\/libphonenumber\/phoneformat.min.js"
            ],
            "matches": [
                "*:\/\/*.pipedrive.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/nectardesk.css",
                "css\/chosen.min.css"
            ],
            "exclude_matches": [
                "*:\/\/*.pipedrive.com\/*"
            ],
            "js": [
                "vendor\/jquery\/jquery.js",
                "vendor\/jquery\/jquery-replace.js",
                "js\/nectardesk.js",
                "js\/inject\/wildcard_injector.js",
                "js\/inject\/all_websites_bruteforce_injector.js",
                "vendor\/libphonenumber\/phoneformat.min.js",
                "vendor\/jquery\/chosen.jquery.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Click-to-Call-or-SMS Directly from Any Website.",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.nectardesk.com\/*"
        ]
    },
    "homepage_url": "http:\/\/www.nectardesk.com",
    "icons": {
        "128": "icons\/Nectardesk_128x128b.png",
        "16": "icons\/Nectardesk_16x16t.png",
        "48": "icons\/Nectardesk_48x48b.png"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqIUwXvupuEM6CHCrUnvrotBI7nHoGEiS6jBMYryx5Dp1R15TEJv6KqNMM6khU4laSE+qhDrol6gamp2t1nGr1jPe2evnjlaADiXQKO9SQWFPrW92PmHSa6TBqa5hy2N2xwxncHln7GsVT3x0yxsaE9ikKjb1B8B8UgH5f+MWHYj0fp9ZVZlfTOOf1qkq+L32NaoSNywbwBjkx6Z9RU6ZHkm44TlFvA\/O9D9hsJr6nJe00+s3UiNd2Fnn\/plkx\/+r7yi4bDHZ0MvZIRJITSjlqr2aLNb8PpkYPhs+KfIoTcC1bqaYv2Mnu5fBAOQLYeAa28Myqcan75bRZe8yF32UXwIDAQAB",
    "manifest_version": 2,
    "name": "Nectar Desk for North America",
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "https:\/\/*.nectardesk.com\/",
        "https:\/\/*.nectardesk.io\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "9.1.0",
    "web_accessible_resources": [
        "img\/favicon.png",
        "icons\/icon-phone.jpg",
        "icons\/icon-text.jpg",
        "js\/config.json"
    ]
}