Zalify

Zalify makes it easy for you to manage your Shopify admin

Zalify란 무엇입니까?

Zalify은(는) Zalify에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zalify makes it easy for you to manage your Shopify admin"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Zalify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing a powerful Chrome extension that simplifies your Shopify admin tasks! Our extension allows you to easily manage your Shopify admin.

Take control of your Shopify admin tasks today and download our extension. With our easy-to-use interface and efficient functionality, you'll wonder how you ever managed without it!                    

확장 프로그램 기본 정보

이름 Zalify Zalify
ID ppkkkkcinhjoeojhifhonnbkbbmlbpjp
공식 URL https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp
설명 Zalify makes it easy for you to manage your Shopify admin
파일 크기 1.12 MB
설치 횟수 1,000
현재 버전 2.0.0
최근 업데이트 2023-06-15
출시 날짜 2022-07-27
개발자 Zalify
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://zalify-chrome.vercel.app/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zalify",
    "version": "2.0.0",
    "description": "Zalify makes it easy for you to manage your Shopify admin",
    "author": "m-Ryan",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/web.js"
            ],
            "css": [],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon.png"
        },
        "default_title": "Cookie",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/dom.js",
                "zalify.js",
                "zalify-helper.css",
                "icon.png",
                "icon-gray.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": [],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}