NectarCRM

This app does something awesome.

NectarCRMคืออะไร?

NectarCRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NectarCrm และคุณลักษณะหลักของมันคือ "This app does something awesome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NectarCRM

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}