Lead Arena Extension
Sync's other services with a users account
Lead Arena Extension là gì?
Lead Arena Extension là một tiện ích mở rộng Chrome được phát triển bởi Sonic Web Dev, và tính năng chính của nó là "Sync's other services with a users account".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lead Arena Extension
Tải xuống các tệp mở rộng Lead Arena Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Easily connect your CRMs to the Lead Arena platform with one click.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lead Arena Extension |
ID | oaflcfpfbadadlpedcaenffejghilmdl |
URL Chính Thức | https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl |
Mô tả | Sync's other services with a users account |
Kích Thước Tệp | 342 KB |
Số Lần Cài Đặt | 692 |
Phiên Bản Hiện Tại | 2.2.2 |
Cập Nhật Lần Cuối | 2023-07-23 |
Ngày Phát Hành | 2021-03-24 |
Nhà Phát Triển | Sonic Web Dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |