SmartSearch Page Capture

This extension shows a Current page HTML

SmartSearch Page Capture क्या है?

SmartSearch Page Capture SmartSearch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows a Current page HTML"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SmartSearch Page Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम SmartSearch Page Capture SmartSearch Page Capture
ID bdnlkpholabdlakmcchpoigbkeeaadnd
आधिकारिक URL https://chromewebstore.google.com/detail/smartsearch-page-capture/bdnlkpholabdlakmcchpoigbkeeaadnd
विवरण This extension shows a Current page HTML
फ़ाइल का आकार 63.28 KB
स्थापना संख्या 732
वर्तमान संस्करण 16.0
अंतिम अपडेट 2024-01-15
प्रकाशन तिथि 2019-06-21
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर SmartSearch
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://smartsearch.plus
सहायता पृष्ठ URL https://smartsearch.plus/contact
गोपनीयता नीति पृष्ठ URL https://smartsearchinc.com/privacy-policy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}