Lead Arena Extension

Sync's other services with a users account

Qu'est-ce que Lead Arena Extension ?

Lead Arena Extension est une extension Chrome développée par Sonic Web Dev, et sa fonction principale est "Sync's other services with a users account".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lead Arena Extension

Téléchargez les fichiers d'extension Lead Arena Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Lead Arena Extension Lead Arena Extension
ID oaflcfpfbadadlpedcaenffejghilmdl
URL Officiel https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl
Description Sync's other services with a users account
Taille du Fichier 342 KB
Nombre d'Installations 692
Version Actuelle 2.2.2
Dernière Mise à Jour 2023-07-23
Date de Publication 2021-03-24
Développeur Sonic Web Dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}