NectarCRM

This app does something awesome.

What is NectarCRM?

NectarCRM is a Chrome extension developed by NectarCrm, and its main feature is "This app does something awesome.".

Extension Screenshots

screenshot
screenshot
screenshot

Download NectarCRM Extension CRX File

Download NectarCRM 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

                        Extensão que permite que voce integre seus emails do gmail com sua conta Nectarcrm                    

Extension Basic Information

Name NectarCRM NectarCRM
ID ofdepjfkeinmnaeeeojmffldnkogfjaj
Official URL https://chromewebstore.google.com/detail/nectarcrm/ofdepjfkeinmnaeeeojmffldnkogfjaj
Description This app does something awesome.
File Size 1.27 MB
Installation Count 476
Current Version 1.1.0
Last Updated 2022-10-13
Publish Date 2020-06-08
Developer NectarCrm
Email [email protected]
Payment Type free
Extension Website https://nectarcrm.com.br/
Help Page URL https://docs.nectarcrm.com.br/central-de-ajuda#open
Privacy Policy Page URL https://nectarcrm.com.br/politica-de-privacidade
Supported Languages en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "pt_BR",
    "version": "1.1.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/nectarcrm.com.br\/",
    "icons": {
        "16": "nectaricon-16px.png",
        "32": "nectaricon-32px.png",
        "48": "nectaricon-48px.png",
        "128": "nectaricon-128px.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "\/images\/logo\/nectaricon-32px.png"
        },
        "default_title": "NectarCRM"
    },
    "background": {
        "scripts": [
            "\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "\/inboxsdk.js",
                "\/static\/js\/mailExtension.js"
            ],
            "css": [
                "\/static\/css\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "activeTab",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "",
        "identity",
        "identity.email"
    ]
}