Search Automator
Chrome and Edge extension to automate searches on the Bing search engine.
Search Automator क्या है?
Search Automator Andrea Corriga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome and Edge extension to automate searches on the Bing search engine."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Search Automator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Search Automator |
ID | ohjecpfbaodieoicfnpnigjbinkjgnkb |
आधिकारिक URL | https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb |
विवरण | Chrome and Edge extension to automate searches on the Bing search engine. |
फ़ाइल का आकार | 879 KB |
स्थापना संख्या | 357 |
वर्तमान संस्करण | 1.4.3 |
अंतिम अपडेट | 2023-11-22 |
प्रकाशन तिथि | 2023-06-30 |
रेटिंग | 3.50/5 कुल 8 रेटिंग्स |
डेवलपर | Andrea Corriga |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://andreacorriga.com |
सहायता पृष्ठ URL | https://strifelab.com/contattaci |
समर्थित भाषाएँ | 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" } } |