withub-spotlight-extension
Use WitHub Search from your browser's homepage
withub-spotlight-extensionคืออะไร?
withub-spotlight-extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getwithub.com และคุณลักษณะหลักของมันคือ "Use WitHub Search from your browser's homepage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย withub-spotlight-extension
ดาวน์โหลดไฟล์ส่วนขยาย withub-spotlight-extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Remember the last time you had to find that one important piece of information that you thought you had seen somewhere, but were left helplessly searching through all your apps one by one. WitHub is context rich search that finds what you need across all your company’s apps from one minimal search bar — tucked neatly into your existing workflow.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | withub-spotlight-extension |
ID | cikbpecmkdjjkjbkcijfcffecfnkkhbh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/withub-spotlight-extensio/cikbpecmkdjjkjbkcijfcffecfnkkhbh |
คำอธิบาย | Use WitHub Search from your browser's homepage |
ขนาดไฟล์ | 110 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 6.0.3 |
อัปเดตครั้งล่าสุด | 2022-11-30 |
วันที่เผยแพร่ | 2021-04-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://getwithub.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.getwithub.com |
URL หน้าช่วยเหลือ | https://withub-hq.notion.site/WitHub-Browser-Extension-86a5990f59804eaead13b6fa975d5c2b |
URL หน้านโยบายความเป็นส่วนตัว | https://www.privacypolicygenerator.info/live.php?token=nnoIpRMMIk7lciwpnQ44rf9LIzPXqRyq |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "withub-spotlight-extension", "version": "6.0.3", "description": "Use WitHub Search from your browser's homepage", "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "topSites" ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |