Lead Arena Extension

Sync's other services with a users account

Hvad er Lead Arena Extension?

Lead Arena Extension er en Chrome-udvidelse udviklet af Sonic Web Dev, og dens hovedfunktion er "Sync's other services with a users account".

Udvidelsesskærmbilleder

screenshot

Download Lead Arena Extension-udvidelses-CRX-fil

Download Lead Arena Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Lead Arena Extension Lead Arena Extension
ID oaflcfpfbadadlpedcaenffejghilmdl
Officiel URL https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl
Beskrivelse Sync's other services with a users account
Filstørrelse 342 KB
Antal Installationer 692
Nuværende Version 2.2.2
Senest Opdateret 2023-07-23
Udgivelsesdato 2021-03-24
Udvikler Sonic Web Dev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}