IG Toolkit Pro

Organize your social media prospects and manage them with ease

Cos'è IG Toolkit Pro?

IG Toolkit Pro è un'estensione di Chrome sviluppata da Thomas Crane, e la sua funzione principale è "Organize your social media prospects and manage them with ease".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IG Toolkit Pro

Scarica i file di estensione IG Toolkit Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IG Toolkit Pro IG Toolkit Pro
ID jnapgjemmddkmlegpelophgoemnjfleg
URL Ufficiale https://chromewebstore.google.com/detail/ig-toolkit-pro/jnapgjemmddkmlegpelophgoemnjfleg
Descrizione Organize your social media prospects and manage them with ease
Dimensione del File 464 KB
Conteggio Installazioni 108
Versione Corrente 1.0.3
Ultimo Aggiornamento 2023-03-11
Data di Pubblicazione 2021-06-01
Sviluppatore Thomas Crane
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://themoneyfriends.com/privacypolicy
Lingue Supportate 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": []
        }
    ]
}