Lead Arena Extension
Sync's other services with a users account
Co to jest Lead Arena Extension?
Lead Arena Extension to rozszerzenie Chrome opracowane przez Sonic Web Dev, a jego główną funkcją jest „Sync's other services with a users account”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lead Arena Extension
Pobierz pliki rozszerzeń Lead Arena Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Easily connect your CRMs to the Lead Arena platform with one click.
Podstawowe informacje o rozszerzeniu
Nazwa | Lead Arena Extension |
ID | oaflcfpfbadadlpedcaenffejghilmdl |
Oficjalny URL | https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl |
Opis | Sync's other services with a users account |
Rozmiar pliku | 342 KB |
Liczba instalacji | 692 |
Aktualna Wersja | 2.2.2 |
Ostatnia Aktualizacja | 2023-07-23 |
Data Publikacji | 2021-03-24 |
Deweloper | Sonic Web Dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |