Lead Arena Extension

Sync's other services with a users account

Co je Lead Arena Extension?

Lead Arena Extension je rozšíření Chrome vyvinuté Sonic Web Dev, a jeho hlavní funkcí je „Sync's other services with a users account“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Lead Arena Extension

Stáhněte si soubory rozšíření Lead Arena Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Lead Arena Extension Lead Arena Extension
ID oaflcfpfbadadlpedcaenffejghilmdl
Oficiální URL https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl
Popis Sync's other services with a users account
Velikost souboru 342 KB
Počet instalací 692
Aktuální Verze 2.2.2
Poslední Aktualizace 2023-07-23
Datum Vydání 2021-03-24
Vývojář Sonic Web Dev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}