Coveo Request Checker
A Chrome extension to check the requests sent to the Coveo Organization.
Coveo Request Checkerคืออะไร?
Coveo Request Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Coveo และคุณลักษณะหลักของมันคือ "A Chrome extension to check the requests sent to the Coveo Organization."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coveo Request Checker
ดาวน์โหลดไฟล์ส่วนขยาย Coveo Request Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The purpose of the Coveo Request Checker is to give developers/clients/partners the ability to quickly check and validate the Coveo Requests.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Coveo Request Checker |
ID | pofnpnhlckgedgdkjffckkhmbklcdlhd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/coveo-request-checker/pofnpnhlckgedgdkjffckkhmbklcdlhd |
คำอธิบาย | A Chrome extension to check the requests sent to the Coveo Organization. |
ขนาดไฟล์ | 2.19 MB |
จำนวนการติดตั้ง | 234 |
เวอร์ชันปัจจุบัน | 1.58 |
อัปเดตครั้งล่าสุด | 2023-06-06 |
วันที่เผยแพร่ | 2021-02-07 |
ผู้พัฒนา | Coveo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.coveo.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coveo Request Checker", "short_name": "coveo-response-checker", "version": "1.58", "description": "A Chrome extension to check the requests sent to the Coveo Organization.", "icons": { "16": "images\/80 B rounded square.png", "48": "images\/120 B rounded square.png", "128": "images\/180 B rounded square.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "\/images\/80 B rounded square.png", "default_popup": "\/popup.html?popup=true" }, "devtools_page": "devtools.html", "content_scripts": [ { "run_at": "document_start", "matches": [ " |