Lead Arena Extension
Sync's other services with a users account
ما هو Lead Arena Extension؟
Lead Arena Extension هو إضافة Chrome تم تطويرها بواسطة Sonic Web Dev، والميزة الرئيسية لها هي "Sync's other services with a users account".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lead Arena Extension
قم بتنزيل ملفات الامتداد Lead Arena Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily connect your CRMs to the Lead Arena platform with one click.
معلومات أساسية عن التمديد
الاسم | Lead Arena Extension |
ID | oaflcfpfbadadlpedcaenffejghilmdl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl |
الوصف | Sync's other services with a users account |
حجم الملف | 342 KB |
عدد التثبيتات | 692 |
النسخة الحالية | 2.2.2 |
آخر تحديث | 2023-07-23 |
تاريخ النشر | 2021-03-24 |
المطور | Sonic Web Dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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'" } |