Super Tools

A tool that helps you to manage your social media leads

Super Tools là gì?

Super Tools là một tiện ích mở rộng Chrome được phát triển bởi Win Social Media, và tính năng chính của nó là "A tool that helps you to manage your social media leads".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super Tools

Tải xuống các tệp mở rộng Super Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Super Tools Super Tools
ID jbpjdfbclnlmcngahjmfhdnihlpbaegf
URL Chính Thức https://chromewebstore.google.com/detail/super-tools/jbpjdfbclnlmcngahjmfhdnihlpbaegf
Mô tả A tool that helps you to manage your social media leads
Kích Thước Tệp 2.58 MB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2021-07-27
Ngày Phát Hành 2021-05-24
Nhà Phát Triển Win Social Media
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://winsocialmedia.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}