IG Toolkit Pro

Organize your social media prospects and manage them with ease

Qu'est-ce que IG Toolkit Pro ?

IG Toolkit Pro est une extension Chrome développée par Thomas Crane, et sa fonction principale est "Organize your social media prospects and manage them with ease".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IG Toolkit Pro

Téléchargez les fichiers d'extension IG Toolkit Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IG Toolkit Pro IG Toolkit Pro
ID jnapgjemmddkmlegpelophgoemnjfleg
URL Officiel https://chromewebstore.google.com/detail/ig-toolkit-pro/jnapgjemmddkmlegpelophgoemnjfleg
Description Organize your social media prospects and manage them with ease
Taille du Fichier 464 KB
Nombre d'Installations 108
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-03-11
Date de Publication 2021-06-01
Développeur Thomas Crane
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://themoneyfriends.com/privacypolicy
Langues Prises en Charge 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": []
        }
    ]
}