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. 扩展基本信息
| 名称 | |
| 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'"
} | |