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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}