Lead Arena Extension
Sync's other services with a users account
Vad är Lead Arena Extension?
Lead Arena Extension är en Chrome-tillägg utvecklad av Sonic Web Dev, och dess huvudfunktion är "Sync's other services with a users account".
Tilläggsskärmbilder
Ladda ner Lead Arena Extension-förlängningens CRX-fil
Ladda ner Lead Arena Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Easily connect your CRMs to the Lead Arena platform with one click. Grundläggande Information om Tillägg
| Namn | |
| ID | oaflcfpfbadadlpedcaenffejghilmdl |
| Officiell webbadress | https://chromewebstore.google.com/detail/lead-arena-extension/oaflcfpfbadadlpedcaenffejghilmdl |
| Beskrivning | Sync's other services with a users account |
| Filstorlek | 342 KB |
| Antal Installationer | 692 |
| Aktuell Version | 2.2.2 |
| Senast Uppdaterad | 2023-07-23 |
| Publiceringsdatum | 2021-03-24 |
| Utvecklare | Sonic Web Dev |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |