Slide - A Lead Tracker for Instagram
Integrates directly with Instagram for easy lead tracking
什麼是Slide - A Lead Tracker for Instagram?
Slide - A Lead Tracker for Instagram是由http://slideapp.io開發的Chrome擴展程式,該擴展的主要功能是“Integrates directly with Instagram for easy lead tracking”。
擴展截圖
下載Slide - A Lead Tracker for Instagram擴展crx文件
下載Slide - A Lead Tracker for Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | aklbkkpgnaniehcapdhdodeimgbdiglf |
| 官方網址 | https://chrome.google.com/webstore/detail/slide-a-lead-tracker-for/aklbkkpgnaniehcapdhdodeimgbdiglf |
| 簡介 | Integrates directly with Instagram for easy lead tracking |
| 檔案大小 | 1.75 MB |
| 安裝次數 | 14 |
| 目前版本 | 0.0.5 |
| 更新時間 | 2021-04-19 |
| 上架時間 | 2021-04-08 |
| 開發者 | http://slideapp.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.slideapp.io |
| 支援的語言 | 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';"
} | |