Poshify Utilities

Some posh utilities for Shopify developers and merchants packaged as a browser extension 🎉

Poshify Utilities란 무엇입니까?

Poshify Utilities은(는) husseyexplores에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Some posh utilities for Shopify developers and merchants packaged as a browser extension 🎉"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        [Open-Sourced]

A browser extension to extend some Shopify functionalities, notably, editting metafields, yes, for free.. Without apps!                    

확장 프로그램 기본 정보

이름 Poshify Utilities Poshify Utilities
ID albldpmnhhhcjiladaacehfabibgbllk
공식 URL https://chromewebstore.google.com/detail/poshify-utilities/albldpmnhhhcjiladaacehfabibgbllk
설명 Some posh utilities for Shopify developers and merchants packaged as a browser extension 🎉
파일 크기 3.71 MB
설치 횟수 1,004
현재 버전 4.5.0
최근 업데이트 2024-01-30
출시 날짜 2020-01-26
평점 5.00/5 총 5 개의 평점
개발자 husseyexplores
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/husseyexplores/poshify-utilities
도움말 페이지 URL https://github.com/husseyexplores/poshify-utilities
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poshify Utilities",
    "short_name": "Poshify Utilities",
    "version": "4.5.0",
    "description": "Some posh utilities for Shopify developers and merchants packaged as a browser extension \ud83c\udf89",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Poshify Utilities",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myshopify.com\/admin*",
                "https:\/\/admin.shopify.com\/store\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.myshopify.com\/admin\/*.xml*",
                "https:\/\/*.myshopify.com\/admin\/*.json",
                "https:\/\/admin.shopify.com\/store\/*\/*.xml*",
                "https:\/\/admin.shopify.com\/store\/*\/*.json"
            ],
            "js": [
                "assets\/index.6bb0db2a.js"
            ],
            "css": [],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/codicon.71cccbf1.ttf",
                "assets\/icon.d64ed366.svg",
                "icons\/icon_grayscale.svg",
                "icons\/icon.svg",
                "icons\/icon128.png",
                "icons\/icon16.png",
                "icons\/icon48.png",
                "icons\/icon512.png"
            ],
            "matches": [
                "https:\/\/*.myshopify.com\/*",
                "https:\/\/admin.shopify.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.myshopify.com\/admin*",
        "https:\/\/admin.shopify.com\/store\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg\/JoMhE6KbssQWHiALiB9pocK5OLz1FhCw8fgUBKXwtKcAa8WBFRZbKQD9DrC+1LXLUrEvbb2vTHl+h\/yX9sksB3648NMwPv+XbAcaXa19fxbOQCQcYZ8p2mlENvhY7i9mCTTq0\/Xk4pT6H8bif4JUVJ1osBxZf6imhdHA7ZTprKUTpIBRYGdOqPnQOOXs0jcFGQRPA8AfusBjDRvRuzc1qbn9tYWs8xg6vDSeySL+\/g9H5YVZoAsIrUi7\/BqWblYzeCdsf\/zCbv3NJ410itnyG+VpjEE3pI8kyqf4u9gKeF\/JqIjr3Fzl3RZcAQEo2xDhFsASG+qJU\/3cdd1MlgZQIDAQAB"
}