SmartSearch Page Capture

This extension shows a Current page HTML

什麼是SmartSearch Page Capture?

SmartSearch Page Capture是由SmartSearch開發的Chrome擴展程式,該擴展的主要功能是“This extension shows a Current page HTML”。

擴展截圖

screenshot

下載SmartSearch Page Capture擴展crx文件

下載SmartSearch Page Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}