CodeBy Web Tools
This is an extension built by CodeBy to help VTEX developers to debug their current in development stores
CodeBy Web Toolsคืออะไร?
CodeBy Web Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codeby.global และคุณลักษณะหลักของมันคือ "This is an extension built by CodeBy to help VTEX developers to debug their current in development stores"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodeBy Web Tools
ดาวน์โหลดไฟล์ส่วนขยาย CodeBy Web Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The goal of CodeBy Web Tools is to show in it's icon what technology the website was built in. Right now, there is support only for VTEX Legacy CMS and VTEX IO, but we have plans in the near future to include support for other ecommerce platforms too. If you have any questions, want to report a bug or suggest a feature, please email us at [email protected]. This extension was developed by https://codeby.com.br/en.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CodeBy Web Tools |
ID | amfpnlnkbkifhmcaeecmocgchpkbnpji |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codeby-web-tools/amfpnlnkbkifhmcaeecmocgchpkbnpji |
คำอธิบาย | This is an extension built by CodeBy to help VTEX developers to debug their current in development stores |
ขนาดไฟล์ | 134 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2022-02-08 |
วันที่เผยแพร่ | 2021-03-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://codeby.global |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://codeby.global |
URL หน้าช่วยเหลือ | https://codeby.global |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeBy Web Tools", "version": "0.3", "description": "This is an extension built by CodeBy to help VTEX developers to debug their current in development stores", "icons": { "16": "images\/codeby-16.png", "32": "images\/codeby-32.png", "48": "images\/codeby-48.png", "128": "images\/codeby-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "background", "file:\/\/\/", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "browser_action": { "default_icon": { "16": "images\/codeby-16.png", "32": "images\/codeby-32.png", "48": "images\/codeby-48.png", "128": "images\/codeby-128.png" }, "default_title": "Codeby Web Tools", "default_popup": "popups\/default.html" }, "content_scripts": [ { "matches": [ " |