Lead Arena Extension

Sync's other services with a users account

Was ist Lead Arena Extension?

Lead Arena Extension ist eine Chrome-Erweiterung, die von Sonic Web Dev entwickelt wurde, und ihr Hauptmerkmal ist "Sync's other services with a users account".

Erweiterungsscreenshots

screenshot

Lead Arena Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lead Arena Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Lead Arena Extension Lead Arena Extension
ID oaflcfpfbadadlpedcaenffejghilmdl
Offizielle URL https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl
Beschreibung Sync's other services with a users account
Dateigröße 342 KB
Installationsanzahl 692
Aktuelle Version 2.2.2
Letztes Update 2023-07-23
Veröffentlichungsdatum 2021-03-24
Entwickler Sonic Web Dev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}