SmartSearch Page Capture

This extension shows a Current page HTML

Qu'est-ce que SmartSearch Page Capture ?

SmartSearch Page Capture est une extension Chrome développée par SmartSearch, et sa fonction principale est "This extension shows a Current page HTML".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SmartSearch Page Capture

Téléchargez les fichiers d'extension SmartSearch Page Capture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SmartSearch Page Capture SmartSearch Page Capture
ID bdnlkpholabdlakmcchpoigbkeeaadnd
URL Officiel https://chromewebstore.google.com/detail/smartsearch-page-capture/bdnlkpholabdlakmcchpoigbkeeaadnd
Description This extension shows a Current page HTML
Taille du Fichier 63.28 KB
Nombre d'Installations 732
Version Actuelle 16.0
Dernière Mise à Jour 2024-01-15
Date de Publication 2019-06-21
Évaluation 4.50/5 Total 4 Évaluations
Développeur SmartSearch
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://smartsearch.plus
URL de la Page d'Aide https://smartsearch.plus/contact
URL de la Page de Politique de Confidentialité https://smartsearchinc.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}