Search Automator

Chrome and Edge extension to automate searches on the Bing search engine.

Search Automator là gì?

Search Automator là một tiện ích mở rộng Chrome được phát triển bởi Andrea Corriga, và tính năng chính của nó là "Chrome and Edge extension to automate searches on the Bing search engine.".

Ả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 Search Automator

Tải xuống các tệp mở rộng Search Automator 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

                        With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.

This extension allows you to perform searches on both Desktop and Mobile devices.

You can customize both the time intervals between each search and the number of searches you want to perform.

It's completely free and without ads.                    

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

Tên Search Automator Search Automator
ID ohjecpfbaodieoicfnpnigjbinkjgnkb
URL Chính Thức https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb
Mô tả Chrome and Edge extension to automate searches on the Bing search engine.
Kích Thước Tệp 879 KB
Số Lần Cài Đặt 357
Phiên Bản Hiện Tại 1.4.3
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2023-06-30
Đánh Giá 3.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Andrea Corriga
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://andreacorriga.com
URL Trang Trợ Giúp https://strifelab.com/contattaci
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Automator",
    "version": "1.4.3",
    "description": "Chrome and Edge extension to automate searches on the Bing search engine.",
    "manifest_version": 3,
    "author": "Andrea Corriga",
    "action": {
        "default_popup": "index.html",
        "default_title": "Search Automator"
    },
    "permissions": [
        "debugger"
    ],
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    }
}