NectarCRM

This app does something awesome.

什么是NectarCRM?

NectarCRM是由NectarCrm开发的Chrome扩展程序,该扩展的主要功能是“This app does something awesome.”。

扩展截图

screenshot
screenshot
screenshot

下载NectarCRM扩展crx文件

下载NectarCRM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 NectarCRM NectarCRM
ID ofdepjfkeinmnaeeeojmffldnkogfjaj
官方URL https://chromewebstore.google.com/detail/nectarcrm/ofdepjfkeinmnaeeeojmffldnkogfjaj
简介 This app does something awesome.
文件大小 1.27 MB
安装次数 476
当前版本 1.1.0
更新时间 2022-10-13
上架时间 2020-06-08
开发者 NectarCrm
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nectarcrm.com.br/
帮助页面URL https://docs.nectarcrm.com.br/central-de-ajuda#open
隐私政策页面URL https://nectarcrm.com.br/politica-de-privacidade
支持的语言 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"
    ]
}