SmartSearch Page Capture

This extension shows a Current page HTML

Was ist SmartSearch Page Capture?

SmartSearch Page Capture ist eine Chrome-Erweiterung, die von SmartSearch entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows a Current page HTML".

Erweiterungsscreenshots

screenshot

SmartSearch Page Capture-Erweiterungs-CRX-Datei herunterladen

Laden Sie SmartSearch Page Capture-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

                        Samart Search extraction tool with an easy point-and-click interface for LinkedIn public view of user profile Free and easy to use web data extraction tool for smart search customer only.

With a simple point-and-click interface, the ability to extract LinkedIn public view user profile records from a website takes only a few minutes of scraper setup.

Web Scraper utilizes a modular structure that is made of selectors, which instruct the scraper on how to traverse the target site and what data to extract.

Data extraction is run on your browser and doesn’t require anything to be installed on your computer. You don't need any coding experience to start scraping. Additionally, it is possible to completely automate data extraction in Web Scraper Cloud.                    

Grundlegende Informationen zur Erweiterung

Name SmartSearch Page Capture SmartSearch Page Capture
ID bdnlkpholabdlakmcchpoigbkeeaadnd
Offizielle URL https://chromewebstore.google.com/detail/smartsearch-page-capture/bdnlkpholabdlakmcchpoigbkeeaadnd
Beschreibung This extension shows a Current page HTML
Dateigröße 63.28 KB
Installationsanzahl 732
Aktuelle Version 16.0
Letztes Update 2024-01-15
Veröffentlichungsdatum 2019-06-21
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler SmartSearch
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://smartsearch.plus
Hilfeseite URL https://smartsearch.plus/contact
URL der Datenschutzrichtlinien-Seite https://smartsearchinc.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SmartSearch Page Capture",
    "description": "This extension shows a Current page HTML",
    "version": "16.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "SmartSearch V16.0",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "myscript.js",
                "jquery-3.6.0.min.js"
            ]
        }
    ]
}