Ringover Cadence

Extension to extract lead data and import lead to Salesforce and Cadence tool.

ما هو Ringover Cadence؟

Ringover Cadence هو إضافة Chrome تم تطويرها بواسطة RingOver، والميزة الرئيسية لها هي "Extension to extract lead data and import lead to Salesforce and Cadence tool.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ringover Cadence

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

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

                        Ringover Cadence extension. You can directly update your cookie in Cadence tool. Automate sending LinkedIn connection request and LinkedIn messages.                    

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

الاسم Ringover Cadence Ringover Cadence
ID occmhhljphpdnjhpllcdamgcamnlbhoe
عنوان URL الرسمي https://chromewebstore.google.com/detail/ringover-cadence/occmhhljphpdnjhpllcdamgcamnlbhoe
الوصف Extension to extract lead data and import lead to Salesforce and Cadence tool.
حجم الملف 933 KB
عدد التثبيتات 190
النسخة الحالية 2.5.17
آخر تحديث 2024-03-04
تاريخ النشر 2023-09-21
تقييم 5.00/5 مجموع تقييمات 1
المطور RingOver
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.ringover.com/sales-prospecting-tool
عنوان صفحة المساعدة https://www.ringover.com/privacy
عنوان صفحة سياسة الخصوصية https://www.ringover.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ringover Cadence",
    "description": "Extension to extract lead data and import lead to Salesforce and Cadence tool.",
    "version": "2.5.17",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/ContactContentScript.jsx-loader-0f00d576.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ],
            "media": [],
            "css": [
                "assets\/_base-c23a5523.css"
            ]
        },
        {
            "js": [
                "assets\/ContactListContentScript.jsx-loader-3ecfc992.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ],
            "media": [],
            "css": [
                "assets\/_base-c23a5523.css"
            ]
        },
        {
            "js": [
                "assets\/SavedListContentScript.jsx-loader-837ce338.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/app.bullhornstaffing.com\/*"
            ],
            "media": [],
            "css": [
                "assets\/_base-c23a5523.css"
            ]
        },
        {
            "js": [
                "assets\/ValidateCookieContentScript.js-loader-4f394012.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/cadence.ringover.com\/*",
                "https:\/\/*.ringover-crm.xyz\/*",
                "http:\/\/localhost:4200\/*"
            ],
            "media": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/dev-vm.ringover-crm.xyz\/*",
        "https:\/\/cs-vm.ringover-crm.xyz\/*",
        "https:\/\/cadence.ringover.com\/*",
        "https:\/\/*\/image\/invisibleImage\/*",
        "https:\/\/*\/link\/getRedirectUrl?url=*",
        "https:\/\/*.hubspot.com\/*",
        "https:\/\/app.bullhornstaffing.com\/*",
        "http:\/\/localhost:4200\/*"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "alarms",
        "storage",
        "webRequest",
        "declarativeNetRequest",
        "activeTab"
    ],
    "icons": {
        "16": "logo64_new.png",
        "48": "logo64_new.png",
        "128": "logo64_new.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ],
            "resources": [
                "assets\/index-bc32c012.js",
                "assets\/_base-1b1f176c.js",
                "assets\/ContactContentScript.jsx-ce0a9c54.js",
                "assets\/ContactListContentScript.jsx-a00fc882.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/app.bullhornstaffing.com\/*"
            ],
            "resources": [
                "assets\/index-bc32c012.js",
                "assets\/_base-1b1f176c.js",
                "assets\/SavedListContentScript.jsx-8d4e7006.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/localhost:4200\/*",
                "https:\/\/*.ringover-crm.xyz\/*",
                "https:\/\/cadence.ringover.com\/*"
            ],
            "resources": [
                "assets\/ValidateCookieContentScript.js-e900642f.js"
            ],
            "use_dynamic_url": true
        }
    ]
}