Bing Search Automator

Performs 60 bing searches including an affiliate link

什麼是Bing Search Automator?

Bing Search Automator是由bingautomaticsearch開發的Chrome擴展程式,該擴展的主要功能是“Performs 60 bing searches including an affiliate link”。

擴展截圖

screenshot

下載Bing Search Automator擴展crx文件

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

擴展使用說明

                        Features:
•	Simple Design
•	Automates Bing Searches
•	Can Schedule the Bing Searches
More Features Coming Soon!

IMPORTANT: For this extension to work you need to right click on extension and scroll down to Manage Extensions and enable this Extension


This Chrome Extension works fantastically and has phenomenal reviews .Not intended to be used for Microsoft Rewards                    

擴展基本資訊

名稱 Bing Search Automator Bing Search Automator
ID afjiofbcdmakgaeokjaenffpjjaolnno
官方網址 https://chrome.google.com/webstore/detail/bing-search-automator/afjiofbcdmakgaeokjaenffpjjaolnno
簡介 Performs 60 bing searches including an affiliate link
檔案大小 20.29 KB
安裝次數 4,256
目前版本 1.9
更新時間 2022-12-26
上架時間 2021-03-16
評分 4.61/5 共 28 次評分
開發者 bingautomaticsearch
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bing Search Automator",
    "version": "1.9",
    "options_page": "options.html",
    "description": "Performs 60 bing searches including an affiliate link",
    "background": {
        "scripts": [
            "back.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "options.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "16icon.png",
        "128": "128icon.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "16icon.png"
        },
        "default_popup": "popup.html"
    }
}