ABC Social Extractor

Social Data Extractor - Extact phone & email from diffrenet social media plateform

ABC Social Extractor là gì?

ABC Social Extractor là một tiện ích mở rộng Chrome được phát triển bởi Digital Solutions, và tính năng chính của nó là "Social Data Extractor - Extact phone & email from diffrenet social media plateform".

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

screenshot

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

Tải xuống các tệp mở rộng ABC Social Extractor 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

                        social lead extractor software. best business marketing tools. it scrape data from popular pages.                    

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

Tên ABC Social Extractor ABC Social Extractor
ID jejfgnokcpjlpjbjgmgepglcdnhmedpj
URL Chính Thức https://chromewebstore.google.com/detail/abc-social-extractor/jejfgnokcpjlpjbjgmgepglcdnhmedpj
Mô tả Social Data Extractor - Extact phone & email from diffrenet social media plateform
Kích Thước Tệp 641 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-08-07
Ngày Phát Hành 2023-02-16
Nhà Phát Triển Digital Solutions
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://wabulksender.in/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ABC Social Extractor",
    "description": "Social Data Extractor - Extact phone & email from diffrenet social media plateform",
    "version": "2.0",
    "action": {
        "default_popup": "html\/index.html",
        "default_title": "ABC Social Extractor"
    },
    "host_permissions": [
        "*:\/\/reseller.digitalirshad.com\/*"
    ],
    "options_page": "html\/option.html",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_128.png",
        "22": "images\/icon_32.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "background": {
        "service_worker": "js\/eventpage.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "notifications",
        "downloads"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/js\/jquery-min.js",
                "contentscript\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}