Indexer Plugin
Simple extension for rotate url's in browser.
Indexer Pluginคืออะไร?
Indexer Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://banochkin.com และคุณลักษณะหลักของมันคือ "Simple extension for rotate url's in browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Indexer Plugin
ดาวน์โหลดไฟล์ส่วนขยาย Indexer Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Indexer Plugin can help you with SEO & indexation in Google and Yandex. And for other things. Indexer Online: https://banochkin.com/tools/indexer/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mlfacdmojdcloolijapaglkbmiinbion |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/indexer-plugin/mlfacdmojdcloolijapaglkbmiinbion |
คำอธิบาย | Simple extension for rotate url's in browser. |
ขนาดไฟล์ | 12.91 KB |
จำนวนการติดตั้ง | 218 |
เวอร์ชันปัจจุบัน | 1.6.0 |
อัปเดตครั้งล่าสุด | 2023-10-16 |
วันที่เผยแพร่ | 2023-10-16 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://banochkin.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://banochkin.com/tools/indexer/ |
URL หน้าช่วยเหลือ | https://banochkin.com/contacts/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Indexer Plugin", "description": "Simple extension for rotate url's in browser.", "version": "1.6.0", "author": "Ruslan Banochkin", "action": { "default_icon": "indexer.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/banochkin.com\/" ] } |