Slide - A Lead Tracker for Instagram
Integrates directly with Instagram for easy lead tracking
Wat is Slide - A Lead Tracker for Instagram?
Slide - A Lead Tracker for Instagram is een Chrome-extensie ontwikkeld door http://slideapp.io, en de belangrijkste functie is "Integrates directly with Instagram for easy lead tracking".
Extensie Screenshots
Download het CRX-bestand van de extensie Slide - A Lead Tracker for Instagram
Download Slide - A Lead Tracker for Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | aklbkkpgnaniehcapdhdodeimgbdiglf |
Officiële URL | https://chrome.google.com/webstore/detail/slide-a-lead-tracker-for/aklbkkpgnaniehcapdhdodeimgbdiglf |
Beschrijving | Integrates directly with Instagram for easy lead tracking |
Bestandsgrootte | 1.75 MB |
Aantal Installaties | 14 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2021-04-19 |
Publicatiedatum | 2021-04-08 |
Ontwikkelaar | http://slideapp.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.slideapp.io |
Ondersteunde Talen | 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';" } |