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
公式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
Eメール [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"
            ]
        }
    ]
}