Super Tools

A tool that helps you to manage your social media leads

Τι είναι το Super Tools;

Το Super Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Win Social Media, και η κύρια λειτουργία του είναι "A tool that helps you to manage your social media leads".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Super Tools

Λήψη αρχείων επέκτασης 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
Επίσημο 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": []
        }
    ]
}