ABC Social Extractor
Social Data Extractor - Extact phone & email from diffrenet social media plateform
Was ist ABC Social Extractor?
ABC Social Extractor ist eine Chrome-Erweiterung, die von Digital Solutions entwickelt wurde, und ihr Hauptmerkmal ist "Social Data Extractor - Extact phone & email from diffrenet social media plateform".
Erweiterungsscreenshots
ABC Social Extractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie ABC Social Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        social lead extractor software. best business marketing tools. it scrape data from popular pages.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | jejfgnokcpjlpjbjgmgepglcdnhmedpj | 
| Offizielle URL | https://chromewebstore.google.com/detail/abc-social-extractor/jejfgnokcpjlpjbjgmgepglcdnhmedpj | 
| Beschreibung | Social Data Extractor - Extact phone & email from diffrenet social media plateform | 
| Dateigröße | 641 KB | 
| Installationsanzahl | 36 | 
| Aktuelle Version | 2.0 | 
| Letztes Update | 2023-08-07 | 
| Veröffentlichungsdatum | 2023-02-16 | 
| Entwickler | Digital Solutions | 
| [email protected] | |
| Zahlungsart | in_app | 
| URL der Datenschutzrichtlinien-Seite | https://wabulksender.in/privacy.html | 
| Unterstützte Sprachen | 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"
        }
    ]
}  |  |