Search Automator
Chrome and Edge extension to automate searches on the Bing search engine.
Search Automatorคืออะไร?
Search Automator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrea Corriga และคุณลักษณะหลักของมันคือ "Chrome and Edge extension to automate searches on the Bing search engine."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Automator
ดาวน์โหลดไฟล์ส่วนขยาย Search Automator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |