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
官方網址 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
電子郵箱 [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": []
        }
    ]
}