Lead Arena Extension

Sync's other services with a users account

Lead Arena Extension क्या है?

Lead Arena Extension Sonic Web Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync's other services with a users account"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lead Arena Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easily connect your CRMs to the Lead Arena platform with one click.                    

एक्सटेंशन की मूल जानकारी

नाम Lead Arena Extension Lead Arena Extension
ID oaflcfpfbadadlpedcaenffejghilmdl
आधिकारिक URL https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl
विवरण Sync's other services with a users account
फ़ाइल का आकार 342 KB
स्थापना संख्या 692
वर्तमान संस्करण 2.2.2
अंतिम अपडेट 2023-07-23
प्रकाशन तिथि 2021-03-24
डेवलपर Sonic Web Dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lead Arena Extension",
    "description": "Sync's other services with a users account",
    "manifest_version": 2,
    "version": "2.2.2",
    "icons": {
        "16": "laicon16.png",
        "32": "laicon32.png",
        "64": "laicon64.png",
        "128": "laicon128.png"
    },
    "browser_action": {
        "default_icon": "laicon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "background",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "*:\/\/*.google.com\/",
        "*:\/\/*.googleapis.com\/",
        "*:\/\/*.vanillasoft.net\/",
        "*:\/\/*.isalescrm.com\/",
        "*:\/\/*.isalescrm.io\/",
        "*:\/\/*.ringy.com\/",
        "*:\/\/*.ringy.io\/",
        "*:\/\/*.ushamarketplace.com\/",
        "*:\/\/*.leadarena.com\/",
        "*:\/\/*.sonicleads.com\/",
        "*:\/\/*.api.pinger.com\/",
        "*:\/\/*.messages.sideline.com\/",
        "http:\/\/localhost:3000\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:3000 https:\/\/localhost:3000 https:\/\/ssl.google-analytics.com\/ https:\/\/www.google-analytics.com; object-src 'self'"
}