SmartSearch Page Capture

This extension shows a Current page HTML

SmartSearch Page Capture là gì?

SmartSearch Page Capture là một tiện ích mở rộng Chrome được phát triển bởi SmartSearch, và tính năng chính của nó là "This extension shows a Current page HTML".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SmartSearch Page Capture

Tải xuống các tệp mở rộng SmartSearch Page Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SmartSearch Page Capture SmartSearch Page Capture
ID bdnlkpholabdlakmcchpoigbkeeaadnd
URL Chính Thức https://chromewebstore.google.com/detail/smartsearch-page-capture/bdnlkpholabdlakmcchpoigbkeeaadnd
Mô tả This extension shows a Current page HTML
Kích Thước Tệp 63.28 KB
Số Lần Cài Đặt 732
Phiên Bản Hiện Tại 16.0
Cập Nhật Lần Cuối 2024-01-15
Ngày Phát Hành 2019-06-21
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển SmartSearch
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://smartsearch.plus
URL Trang Trợ Giúp https://smartsearch.plus/contact
URL Trang Chính Sách Bảo Mật https://smartsearchinc.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}