Lead Arena Extension
Sync's other services with a users account
Cos'è Lead Arena Extension?
Lead Arena Extension è un'estensione di Chrome sviluppata da Sonic Web Dev, e la sua funzione principale è "Sync's other services with a users account".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lead Arena Extension
Scarica i file di estensione Lead Arena Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Easily connect your CRMs to the Lead Arena platform with one click.
Informazioni di Base sull'Estensione
Nome | Lead Arena Extension |
ID | oaflcfpfbadadlpedcaenffejghilmdl |
URL Ufficiale | https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl |
Descrizione | Sync's other services with a users account |
Dimensione del File | 342 KB |
Conteggio Installazioni | 692 |
Versione Corrente | 2.2.2 |
Ultimo Aggiornamento | 2023-07-23 |
Data di Pubblicazione | 2021-03-24 |
Sviluppatore | Sonic Web Dev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |