Lead Arena Extension
Sync's other services with a users account
Apa itu Lead Arena Extension?
Lead Arena Extension adalah ekstensi Chrome yang dikembangkan oleh Sonic Web Dev, dan fitur utamanya adalah "Sync's other services with a users account".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lead Arena Extension
Unduh file ekstensi Lead Arena Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Easily connect your CRMs to the Lead Arena platform with one click.
Informasi Dasar Ekstensi
Nama | Lead Arena Extension |
ID | oaflcfpfbadadlpedcaenffejghilmdl |
URL Resmi | https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl |
Deskripsi | Sync's other services with a users account |
Ukuran File | 342 KB |
Jumlah Instalasi | 692 |
Versi Saat Ini | 2.2.2 |
Terakhir Diperbarui | 2023-07-23 |
Tanggal Publikasi | 2021-03-24 |
Pengembang | Sonic Web Dev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |