Search Automator

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

Co je Search Automator?

Search Automator je rozšíření Chrome vyvinuté Andrea Corriga, a jeho hlavní funkcí je „Chrome and Edge extension to automate searches on the Bing search engine.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Search Automator

Stáhněte si soubory rozšíření Search Automator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Search Automator Search Automator
ID ohjecpfbaodieoicfnpnigjbinkjgnkb
Oficiální URL https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb
Popis Chrome and Edge extension to automate searches on the Bing search engine.
Velikost souboru 879 KB
Počet instalací 357
Aktuální Verze 1.4.3
Poslední Aktualizace 2023-11-22
Datum Vydání 2023-06-30
Hodnocení 3.50/5 Celkem 8 Hodnocení
Vývojář Andrea Corriga
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://andreacorriga.com
URL Stránky Nápovědy https://strifelab.com/contattaci
Podporované Jazyky 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"
    }
}