Shopify Assistant

Shopify theme manager

Shopify Assistantคืออะไร?

Shopify Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maxim Dyuzhinov และคุณลักษณะหลักของมันคือ "Shopify theme manager"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Shopify Assistant is a tool for shop administrators, managers, developers and any other personnel that works with store's back office on a daily basis. 

It automatically creates and keeps updated a catalog of themes for all stores you regularly work with. Once a theme is available in the catalog, you can search for it, tag it, pin it and open any associated link in the browser or on your mobile device via a QR code link. 

Why you should give it a try:
- easy access to all themes including the temporary ones, created with shopify CLI;
- themes from multiple shops in one place;
- QR codes to quickly open themes on your mobile;
- pin or tag themes for a quick access;
- search themes by name, url or tag;
- the catalog is being automatically updated whenever you access shop's back office.

Shopify Assistant is absolutely free, it does not show ads, does not collect or send user's data anywhere. It is an open-source project and you are more then welcome to give your feedback or share your ideas on how to improve it: https://github.com/md604/shopify-assistant

Recent updates:
v0.2.1
- (bugfix) show a valid theme's state on tab change.
v0.2.0
- (feature) add infinite scroll that helps the popup to load faster;
- (feature) add storage tests;
- (feature) show theme's counter in the tab menu;
- (feature) add dummy themes generator for testing needs.                    

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

ชื่อ Shopify Assistant Shopify Assistant
ID dojndceiekjaaegeeaecemcgfaomcdjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopify-assistant/dojndceiekjaaegeeaecemcgfaomcdjm
คำอธิบาย Shopify theme manager
ขนาดไฟล์ 643 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2022-06-07
วันที่เผยแพร่ 2022-03-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Maxim Dyuzhinov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/md604/shopify-assistant
URL หน้าช่วยเหลือ https://github.com/md604/shopify-assistant/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify Assistant",
    "manifest_version": 3,
    "version": "0.2.1",
    "description": "Shopify theme manager",
    "author": "Maxim Dyuzhinov",
    "homepage_url": "https:\/\/github.com\/md604\/shopify-assistant",
    "permissions": [
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.myshopify.com\/"
    ],
    "action": {
        "default_title": "Shopify assistant",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}