Lead Arena Extension
Sync's other services with a users account
Lead Arena Extensionとは何ですか?
Lead Arena ExtensionはSonic Web Devによって開発されたChromeの拡張機能で、その主な機能は「Sync's other services with a users account」です。
拡張機能のスクリーンショット
Lead Arena Extension拡張機能のCRXファイルをダウンロード
Lead Arena Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |