Cliently for HubSpot

Cliently extension for HubSpot.

ما هو Cliently for HubSpot؟

Cliently for HubSpot هو إضافة Chrome تم تطويرها بواسطة https://cliently.com، والميزة الرئيسية لها هي "Cliently extension for HubSpot.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cliently for HubSpot

قم بتنزيل ملفات الامتداد Cliently for HubSpot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Made by salespeople for salespeople.

The Cliently Chrome extension allows users to control lead engagement within Hubspot more efficiently.

Keep your contacts and leads engaged by sending them personalized emails, video messages, physical postcards, handwritten notes, and gifts directly from within Hubspot.

Additional Benefits of Cliently for Hubspot:

Works with Hubspot Contact and Deals.
Syncs (Pushes) your Hubspot records to Cliently
Work from within Cliently or Hubspot                    

معلومات أساسية عن التمديد

الاسم Cliently for HubSpot Cliently for HubSpot
ID hlboiblhfgcgkhckdmokfkiincmmlnmj
عنوان URL الرسمي https://chromewebstore.google.com/detail/cliently-for-hubspot/hlboiblhfgcgkhckdmokfkiincmmlnmj
الوصف Cliently extension for HubSpot.
حجم الملف 26.58 KB
عدد التثبيتات 67
النسخة الحالية 2020.1107.105.124 (prod_hubspot)
آخر تحديث 2020-04-16
تاريخ النشر 2020-04-15
تقييم 5.00/5 مجموع تقييمات 2
المطور https://cliently.com
نوع الدفع free
موقع الإضافة https://cliently.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/main\/*",
        "\/libs\/*",
        "\/assets\/*",
        "\/assets\/images\/*",
        "\/assets\/styles\/*"
    ],
    "manifest_version": 2,
    "version": "2020.1107.105.124",
    "version_name": "2020.1107.105.124 (prod_hubspot)",
    "name": "Cliently for HubSpot",
    "description": "Cliently extension for HubSpot.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw\/cee2Pq0fo6NUfT57oJbYx9Lv5cN5510yWKTPuUMBUsIq59hbKsp0toiGjHN0zu4s0Y4xXMRZT5yCk7BseL7LkApsNiqnZJ+25I1933WXS\/QQp8j5MwuJEuDAdK7jJVx\/LcoDwyhOsqMP7U5dsnWR2uhEgzMw1osZS9QQjCbv+3Umn9iTZauDgVM67VOP1AMbaWoRc6nPyp49JoYKZHF08tSoxA1bQ+uQiB2oIqMhrQettDzgcY1Ib5oLsGTmLvU4Ngl7iNjin4AqAMyG6ULfU4Je1dKkdtmOicVHoT3yOh5s8xrif14yrtdTMvqvnstbWWpeHbWxHXwdw2SU++GwIDAQAB",
    "permissions": [
        "activeTab",
        "externally_connectable",
        "storage",
        "tabs",
        "https:\/\/*.cliently.com\/",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.cliently.com\/*"
        ]
    },
    "browser_action": {
        "default_title": "Cliently for HubSpot"
    },
    "icons": {
        "16": "assets\/images\/logo\/cliently_logo_red_16px.png",
        "32": "assets\/images\/logo\/cliently_logo_red_32px.png",
        "48": "assets\/images\/logo\/cliently_logo_red_48px.png",
        "128": "assets\/images\/logo\/cliently_logo_red_128px.png",
        "512": "assets\/images\/logo\/cliently_logo_red_512px.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}