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」です。

拡張機能のスクリーンショット

screenshot
screenshot

Slide - A Lead Tracker for Instagram拡張機能のCRXファイルをダウンロード

Slide - A Lead Tracker for Instagram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Slide - A Lead Tracker for Instagram Slide - A Lead Tracker for Instagram
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
Eメール [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';"
}