Lead Arena Extension
Sync's other services with a users account
Wat is Lead Arena Extension?
Lead Arena Extension is een Chrome-extensie ontwikkeld door Sonic Web Dev, en de belangrijkste functie is "Sync's other services with a users account".
Extensie Screenshots
Download het CRX-bestand van de extensie Lead Arena Extension
Download Lead Arena Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easily connect your CRMs to the Lead Arena platform with one click.
Basisinformatie over de Extensie
Naam | Lead Arena Extension |
ID | oaflcfpfbadadlpedcaenffejghilmdl |
Officiële URL | https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl |
Beschrijving | Sync's other services with a users account |
Bestandsgrootte | 342 KB |
Aantal Installaties | 692 |
Huidige Versie | 2.2.2 |
Laatst Bijgewerkt | 2023-07-23 |
Publicatiedatum | 2021-03-24 |
Ontwikkelaar | Sonic Web Dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |