NectarCRM

This app does something awesome.

NectarCRM란 무엇입니까?

NectarCRM은(는) NectarCrm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This app does something awesome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

NectarCRM 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}