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
Eメール [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"
    ]
}