vtexSnitch

vtexSnitch helps you understand what is going on in the current VTEX store you are in.

vtexSnitchคืออะไร?

vtexSnitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rhea Victor และคุณลักษณะหลักของมันคือ "vtexSnitch helps you understand what is going on in the current VTEX store you are in."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย vtexSnitch

ดาวน์โหลดไฟล์ส่วนขยาย vtexSnitch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A tool to be used by people who work with VTEX Stores.

The extension will then tell if the store is in the Legacy CMS, IO (store framework), headless store or FastStore version.

It's also possible, using a authenticated cookie, to get information about the current product, it's SKUs and also do a fulfillment simulation to check detailed information regarding this product in the checkout.
______________________________________________________________________________________

⚠️Work In Progress:

- Treating simulation scenarios with status 'available' but stockBalance: 0.
- Improving general usage flow;
- Improving errors handling;
- Still, improving Google Analytics reading and detection;

______________________________________________________________________________________

✅Changelog:

03-09-2023 (v6.0j):
- ADDED: Tabbed content system with productInfo, skusInfo and simulation tabs
- ADDED: Possibility to use a VtexIdclientAutCookie to get information about the current PDP;
- ADDED: skusInfo Tab: check the total number of SKUs in a product, the active/inactive ones, IDs and it's names.
ADDED: simulation Tab: build a fulfillment simulation changing seller and sales channel according to the investigation. Get the full response body and a resume of the current simulation.
- Improved accountName detection.
- Improved FastStore architecture detection.
- Improved Pinterest script detection.

22-06-2023 (v5.2j):
- Improved accountName detection;

21-06-2023 (v5.1j):
- Added Pinterest tag detection;
- Added Pinterest Metatag detection;
- Improved store version detection and usage;
- Improved Google Analytics UA detection;

19-06-2023 (v4.0j):
- Improved code version detection between headless and fastStore stores;
- Added SalesChannel detection;                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ vtexSnitch vtexSnitch
ID ppkpkhgopkfhngdnkkdlnndfnalekjpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vtexsnitch/ppkpkhgopkfhngdnkkdlnndfnalekjpd
คำอธิบาย vtexSnitch helps you understand what is going on in the current VTEX store you are in.
ขนาดไฟล์ 581 KB
จำนวนการติดตั้ง 232
เวอร์ชันปัจจุบัน 6.0
อัปเดตครั้งล่าสุด 2023-09-03
วันที่เผยแพร่ 2023-06-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Rhea Victor
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "vtexSnitch",
    "version": "6.0",
    "description": "vtexSnitch helps you understand what is going on in the current VTEX store you are in.",
    "author": "Rhea Victor",
    "icons": {
        "16": "img\/vtex16.png",
        "48": "img\/vtex48.png",
        "128": "img\/vtex128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/vtex16.png",
            "48": "img\/vtex48.png"
        }
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}