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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | aklbkkpgnaniehcapdhdodeimgbdiglf |
공식 URL | 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';" } |