IG Toolkit Pro

Organize your social media prospects and manage them with ease

ما هو IG Toolkit Pro؟

IG Toolkit Pro هو إضافة Chrome تم تطويرها بواسطة Thomas Crane، والميزة الرئيسية لها هي "Organize your social media prospects and manage them with ease".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة IG Toolkit Pro

قم بتنزيل ملفات الامتداد IG Toolkit Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم IG Toolkit Pro IG Toolkit Pro
ID jnapgjemmddkmlegpelophgoemnjfleg
عنوان URL الرسمي https://chromewebstore.google.com/detail/ig-toolkit-pro/jnapgjemmddkmlegpelophgoemnjfleg
الوصف Organize your social media prospects and manage them with ease
حجم الملف 464 KB
عدد التثبيتات 108
النسخة الحالية 1.0.3
آخر تحديث 2023-03-11
تاريخ النشر 2021-06-01
المطور Thomas Crane
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://themoneyfriends.com/privacypolicy
اللغات المدعومة 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": []
        }
    ]
}