Nectar Desk for North America

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

What is Nectar Desk for North America?

Nectar Desk for North America is a Chrome extension developed by https://www.nectardesk.com, and its main feature is "Click-to-Call-or-SMS Directly from Any Website.".

Extension Screenshots

screenshot

Download Nectar Desk for North America Extension CRX File

Download Nectar Desk for North America 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

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

Extension Basic Information

Name Nectar Desk for North America Nectar Desk for North America
ID fhaechblhplhknhmkionjpdifpldmlde
Official URL https://chromewebstore.google.com/detail/nectar-desk-for-north-ame/fhaechblhplhknhmkionjpdifpldmlde
Description Click-to-Call-or-SMS Directly from Any Website.
File Size 1.9 MB
Installation Count 672
Current Version 9.1.0
Last Updated 2023-04-26
Publish Date 2020-05-20
Rating 4.75/5 Total 4 Ratings
Developer https://www.nectardesk.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.nectardesk.com/privacy-policy
Supported Languages 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"
    ]
}