Super Tools

A tool that helps you to manage your social media leads

什麼是Super Tools?

Super Tools是由Win Social Media開發的Chrome擴展程式,該擴展的主要功能是“A tool that helps you to manage your social media leads”。

擴展截圖

screenshot
screenshot
screenshot

下載Super Tools擴展crx文件

下載Super Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension help marketers to generate more leads from social media, they can save lead and assign them tags. Organizing leads at one place is helpful to manage all your leads based on different categories. Users can improve their lead base with the help of this tool.
User can create tags, they can assign those tags to their leads and manage them for their business.                    

擴展基本資訊

名稱 Super Tools Super Tools
ID jbpjdfbclnlmcngahjmfhdnihlpbaegf
官方網址 https://chromewebstore.google.com/detail/super-tools/jbpjdfbclnlmcngahjmfhdnihlpbaegf
簡介 A tool that helps you to manage your social media leads
檔案大小 2.58 MB
安裝次數 36
目前版本 1.0.6
更新時間 2021-07-27
上架時間 2021-05-24
開發者 Win Social Media
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://winsocialmedia.com/privacy-policy.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A tool that helps you to manage your social media leads",
    "version": "1.0.6",
    "manifest_version": 3,
    "name": "Super Tools",
    "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:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*"
            ],
            "js": [
                "\/assets\/js\/jquery.3.2.1.min.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}