IG Toolkit Pro

Organize your social media prospects and manage them with ease

IG Toolkit Proとは何ですか?

IG Toolkit ProはThomas Craneによって開発されたChromeの拡張機能で、その主な機能は「Organize your social media prospects and manage them with ease」です。

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

screenshot
screenshot
screenshot

IG Toolkit Pro拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension help users to generate leads from social media and improve their leads management. Users can easily make new leads and manage them with the help of this tool. They can add different tags, assign tags to the leads and can organize them in CRM. Using CRM always helpful for management of leads, they can also send them messages with the help of this tool.                    

拡張機能の基本情報

名前 IG Toolkit Pro IG Toolkit Pro
ID jnapgjemmddkmlegpelophgoemnjfleg
公式URL https://chromewebstore.google.com/detail/ig-toolkit-pro/jnapgjemmddkmlegpelophgoemnjfleg
説明 Organize your social media prospects and manage them with ease
ファイルサイズ 464 KB
インストール数 108
現在のバージョン 1.0.3
最終更新日 2023-03-11
公開日 2021-06-01
開発者 Thomas Crane
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://themoneyfriends.com/privacypolicy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Organize your social media prospects and manage them with ease",
    "version": "1.0.3",
    "manifest_version": 3,
    "name": "IG Toolkit Pro",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.cdninstagram.com\/*",
                "https:\/\/*.fbcdn.net\/*"
            ],
            "js": [
                "\/assets\/js\/jquery.min.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}