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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'" } |