SmartSearch Page Capture

This extension shows a Current page HTML

O que é SmartSearch Page Capture?

SmartSearch Page Capture é uma extensão do Chrome desenvolvida por SmartSearch, e sua principal característica é "This extension shows a Current page HTML".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SmartSearch Page Capture

Baixe arquivos de extensão SmartSearch Page Capture no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SmartSearch Page Capture SmartSearch Page Capture
ID bdnlkpholabdlakmcchpoigbkeeaadnd
URL Oficial https://chromewebstore.google.com/detail/smartsearch-page-capture/bdnlkpholabdlakmcchpoigbkeeaadnd
Descrição This extension shows a Current page HTML
Tamanho do Arquivo 63.28 KB
Contagem de Instalações 732
Versão Atual 16.0
Última Atualização 2024-01-15
Data de Publicação 2019-06-21
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor SmartSearch
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://smartsearch.plus
URL da Página de Ajuda https://smartsearch.plus/contact
URL da Página de Política de Privacidade https://smartsearchinc.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}