Super Tools

A tool that helps you to manage your social media leads

Super Tools क्या है?

Super Tools Win Social Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool that helps you to manage your social media leads"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": []
        }
    ]
}