Bing Search Automator

Performs 60 bing searches including an affiliate link

Что такое Bing Search Automator?

Bing Search Automator - это расширение Chrome, разработанное bingautomaticsearch, и его основная функция - "Performs 60 bing searches including an affiliate link".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bing Search Automator

Скачайте файлы расширений 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
Официальный URL 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"
    }
}