Slide - A Lead Tracker for Instagram

Integrates directly with Instagram for easy lead tracking

Slide - A Lead Tracker for Instagram là gì?

Slide - A Lead Tracker for Instagram là một tiện ích mở rộng Chrome được phát triển bởi http://slideapp.io, và tính năng chính của nó là "Integrates directly with Instagram for easy lead tracking".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slide - A Lead Tracker for Instagram

Tải xuống các tệp mở rộng Slide - A Lead Tracker for Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slide - A Lead Tracker for Instagram Slide - A Lead Tracker for Instagram
ID aklbkkpgnaniehcapdhdodeimgbdiglf
URL Chính Thức https://chrome.google.com/webstore/detail/slide-a-lead-tracker-for/aklbkkpgnaniehcapdhdodeimgbdiglf
Mô tả Integrates directly with Instagram for easy lead tracking
Kích Thước Tệp 1.75 MB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2021-04-19
Ngày Phát Hành 2021-04-08
Nhà Phát Triển http://slideapp.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.slideapp.io
Ngôn Ngữ Được Hỗ Trợ 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';"
}