Slide - A Lead Tracker for Instagram
Integrates directly with Instagram for easy lead tracking
Cos'è Slide - A Lead Tracker for Instagram?
Slide - A Lead Tracker for Instagram è un'estensione di Chrome sviluppata da http://slideapp.io, e la sua funzione principale è "Integrates directly with Instagram for easy lead tracking".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Slide - A Lead Tracker for Instagram
Scarica i file di estensione Slide - A Lead Tracker for Instagram in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | aklbkkpgnaniehcapdhdodeimgbdiglf |
| URL Ufficiale | https://chrome.google.com/webstore/detail/slide-a-lead-tracker-for/aklbkkpgnaniehcapdhdodeimgbdiglf |
| Descrizione | Integrates directly with Instagram for easy lead tracking |
| Dimensione del File | 1.75 MB |
| Conteggio Installazioni | 14 |
| Versione Corrente | 0.0.5 |
| Ultimo Aggiornamento | 2021-04-19 |
| Data di Pubblicazione | 2021-04-08 |
| Sviluppatore | http://slideapp.io |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.slideapp.io |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Slide",
"name": "Slide - A Lead Tracker for Instagram",
"description": "Integrates directly with Instagram for easy lead tracking",
"version": "0.0.5",
"manifest_version": 2,
"permissions": [
"storage",
"webRequest",
"https:\/\/*.instagram.com\/*",
"http:\/\/*.instagram.com\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "extension\/build\/index.html",
"default_icon": []
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"index.js"
],
"css": [
"normalize.css"
]
}
],
"icons": {
"16": "img\/logo_16.png",
"48": "img\/logo_48.png",
"128": "img\/logo_128.png"
},
"web_accessible_resources": [
"img\/*"
],
"content_security_policy": "script-src 'self' 'sha256-fdAfMKZtCTRPKMRznGwonJHC++vCCrQS7XFnVrzSXAE=' 'sha256-YD8w9VLrdvqI5\/tFVmpT+1337ly+e\/JvPrkRxYZo\/w4='; object-src 'self';"
} | |