Version Check for CS-Cart
Check what version of CS-Cart a web page is powered by.
Version Check for CS-Cartคืออะไร?
Version Check for CS-Cart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hungryweb.net และคุณลักษณะหลักของมันคือ "Check what version of CS-Cart a web page is powered by."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Version Check for CS-Cart
ดาวน์โหลดไฟล์ส่วนขยาย Version Check for CS-Cart ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Check what version of CS-Cart a web page is powered by. Version Check for CS-Cart determines if web pages are powered by CS-Cart, what version they are running, and indicates if the version in use is outdated. If you run across a website that is not properly detected as running CS-Cart please let us know through the Support tab, so that we can improve detection in future versions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Version Check for CS-Cart |
ID | jimodmfahnoidiigbdlimmapnopmhpeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/version-check-for-cs-cart/jimodmfahnoidiigbdlimmapnopmhpeb |
คำอธิบาย | Check what version of CS-Cart a web page is powered by. |
ขนาดไฟล์ | 7.71 KB |
จำนวนการติดตั้ง | 111 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2019-02-08 |
วันที่เผยแพร่ | 2019-02-07 |
ผู้พัฒนา | https://www.hungryweb.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "version-check-for-cs-cart", "version": "0.3", "description": "__MSG_appDescription__", "manifest_version": 2, "default_locale": "en", "browser_action": { "name": "__MSG_appName__", "default_icon": { "128": "assets\/images\/icon-off.png" }, "default_title": "__MSG_appTitle__", "default_popup": "popup.html" }, "icons": { "128": "assets\/images\/icon.png" }, "permissions": [ "https:\/\/api.hungryweb.net\/*\/", "tabs" ], "minimum_chrome_version": "9" } |