SmartSearch Page Capture

This extension shows a Current page HTML

Cos'è SmartSearch Page Capture?

SmartSearch Page Capture è un'estensione di Chrome sviluppata da SmartSearch, e la sua funzione principale è "This extension shows a Current page HTML".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SmartSearch Page Capture

Scarica i file di estensione SmartSearch Page Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SmartSearch Page Capture SmartSearch Page Capture
ID bdnlkpholabdlakmcchpoigbkeeaadnd
URL Ufficiale https://chromewebstore.google.com/detail/smartsearch-page-capture/bdnlkpholabdlakmcchpoigbkeeaadnd
Descrizione This extension shows a Current page HTML
Dimensione del File 63.28 KB
Conteggio Installazioni 732
Versione Corrente 16.0
Ultimo Aggiornamento 2024-01-15
Data di Pubblicazione 2019-06-21
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore SmartSearch
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://smartsearch.plus
URL della Pagina di Aiuto https://smartsearch.plus/contact
URL della Pagina della Politica sulla Privacy https://smartsearchinc.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}