ABC Social Extractor

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

ABC Social Extractorとは何ですか?

ABC Social ExtractorはDigital Solutionsによって開発されたChromeの拡張機能で、その主な機能は「Social Data Extractor - Extact phone & email from diffrenet social media plateform」です。

拡張機能のスクリーンショット

screenshot

ABC Social Extractor拡張機能のCRXファイルをダウンロード

ABC Social Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 ABC Social Extractor ABC Social Extractor
ID jejfgnokcpjlpjbjgmgepglcdnhmedpj
公式URL https://chromewebstore.google.com/detail/abc-social-extractor/jejfgnokcpjlpjbjgmgepglcdnhmedpj
説明 Social Data Extractor - Extact phone & email from diffrenet social media plateform
ファイルサイズ 641 KB
インストール数 36
現在のバージョン 2.0
最終更新日 2023-08-07
公開日 2023-02-16
開発者 Digital Solutions
Eメール [email protected]
支払い方法 in_app
プライバシーポリシーページのURL https://wabulksender.in/privacy.html
対応言語 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"
        }
    ]
}