Yakkyofy

Yakkyofy's Chrome Extension

Yakkyofy란 무엇입니까?

Yakkyofy은(는) https://yakkyofy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yakkyofy's Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The Yakkyofy Chrome Extension can recognize a product picture, find it in a huge database with more than 12 million products and give back a quotation with shipping prices for more than 100 countries in a matter of minutes.

- Visit the Yakkyofy test website that you can find here: https://app.yakkyofy.com/signup;
- Signup, confirm your email and login to your Yakkyofy Dashboard;
- Download the Yakkyofy Chrome Extension.

Now you can start testing the new Yakkyofy Chrome Extension. 
So click on the icon and log in with the same credentials that you used to register on Yakkyofy.com                    

확장 프로그램 기본 정보

이름 Yakkyofy Yakkyofy
ID pfihdghehgbighdgmpnmffaoibdhnbhc
공식 URL https://chromewebstore.google.com/detail/yakkyofy/pfihdghehgbighdgmpnmffaoibdhnbhc
설명 Yakkyofy's Chrome Extension
파일 크기 557 KB
설치 횟수 7,890
현재 버전 5.0.0
최근 업데이트 2023-07-12
출시 날짜 2020-06-23
평점 5.00/5 총 7 개의 평점
개발자 https://yakkyofy.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://yakkyofy.com/
도움말 페이지 URL https://yakkyofy.freshdesk.com/support/home
개인정보 보호 정책 페이지 URL https://yakkyofy.com/privacy-cookie-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yakkyofy",
    "description": "Yakkyofy's Chrome Extension",
    "version": "5.0.0",
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js",
        "\/\/_page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "gcm",
        "notifications"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/api.yakkyofy.com\/ https:\/\/firebaseinstallations.googleapis.com\/ https:\/\/fcmregistrations.googleapis.com\/; img-src *; style-src 'self' 'unsafe-inline'; font-src 'self' https:\/\/fonts.googleapis.com\/ https:\/\/fonts.gstatic.com\/; style-src-elem 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com\/ https:\/\/fonts.gstatic.com\/;"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/*.svg",
                "js\/*.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "https:\/\/aliexpress.us\/*",
                "https:\/\/alibaba.com\/*",
                "https:\/\/*.alibaba.com\/*",
                "https:\/\/amazon.co.uk\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/amazon.com.au\/*",
                "https:\/\/amazon.com.br\/*",
                "https:\/\/amazon.com.mx\/*",
                "https:\/\/amazon.com.tr\/*",
                "https:\/\/amazon.ae\/*",
                "https:\/\/amazon.ca\/*",
                "https:\/\/amazon.de\/*",
                "https:\/\/amazon.es\/*",
                "https:\/\/amazon.fr\/*",
                "https:\/\/amazon.it\/*",
                "https:\/\/amazon.in\/*",
                "https:\/\/amazon.nl\/*",
                "https:\/\/amazon.sg\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.sg\/*",
                "https:\/\/wish.com\/*",
                "https:\/\/*.wish.com\/*",
                "https:\/\/banggood.com\/*",
                "https:\/\/*.banggood.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*",
                "https:\/\/*.aliexpress.com\/aeglodetailweb\/*",
                "https:\/\/aliexpress.com\/item\/*",
                "https:\/\/aliexpress.com\/store\/product\/*",
                "https:\/\/aliexpress.com\/aeglodetailweb\/*",
                "https:\/\/*.aliexpress.us\/item\/*",
                "https:\/\/*.aliexpress.us\/store\/product\/*",
                "https:\/\/*.aliexpress.us\/aeglodetailweb\/*",
                "https:\/\/aliexpress.us\/item\/*",
                "https:\/\/aliexpress.us\/store\/product\/*",
                "https:\/\/aliexpress.us\/aeglodetailweb\/*"
            ],
            "js": [
                "js\/aliexpress.js"
            ]
        },
        {
            "matches": [
                "https:\/\/alibaba.com\/product-detail\/*",
                "https:\/\/alibaba.com\/product\/*",
                "https:\/\/*.alibaba.com\/product-detail\/*",
                "https:\/\/*.alibaba.com\/product\/*"
            ],
            "js": [
                "js\/alibaba.js"
            ]
        },
        {
            "matches": [
                "https:\/\/amazon.co.uk\/dp\/*",
                "https:\/\/amazon.co.uk\/*\/dp\/*",
                "https:\/\/amazon.com\/dp\/*",
                "https:\/\/amazon.com\/*\/dp\/*",
                "https:\/\/amazon.com.au\/dp\/*",
                "https:\/\/amazon.com.au\/*\/dp\/*",
                "https:\/\/amazon.com.br\/dp\/*",
                "https:\/\/amazon.com.br\/*\/dp\/*",
                "https:\/\/amazon.com.mx\/dp\/*",
                "https:\/\/amazon.com.mx\/*\/dp\/*",
                "https:\/\/amazon.com.tr\/dp\/*",
                "https:\/\/amazon.com.tr\/*\/dp\/*",
                "https:\/\/amazon.ae\/dp\/*",
                "https:\/\/amazon.ae\/*\/dp\/*",
                "https:\/\/amazon.ca\/dp\/*",
                "https:\/\/amazon.ca\/*\/dp\/*",
                "https:\/\/amazon.de\/dp\/*",
                "https:\/\/amazon.de\/*\/dp\/*",
                "https:\/\/amazon.es\/dp\/*",
                "https:\/\/amazon.es\/*\/dp\/*",
                "https:\/\/amazon.fr\/dp\/*",
                "https:\/\/amazon.fr\/*\/dp\/*",
                "https:\/\/amazon.it\/dp\/*",
                "https:\/\/amazon.it\/*\/dp\/*",
                "https:\/\/amazon.in\/dp\/*",
                "https:\/\/amazon.in\/*\/dp\/*",
                "https:\/\/amazon.nl\/dp\/*",
                "https:\/\/amazon.nl\/*\/dp\/*",
                "https:\/\/amazon.sg\/dp\/*",
                "https:\/\/amazon.sg\/*\/dp\/*",
                "https:\/\/*.amazon.co.uk\/dp\/*",
                "https:\/\/*.amazon.co.uk\/*\/dp\/*",
                "https:\/\/*.amazon.com\/dp\/*",
                "https:\/\/*.amazon.com\/*\/dp\/*",
                "https:\/\/*.amazon.com.au\/dp\/*",
                "https:\/\/*.amazon.com.au\/*\/dp\/*",
                "https:\/\/*.amazon.com.br\/dp\/*",
                "https:\/\/*.amazon.com.br\/*\/dp\/*",
                "https:\/\/*.amazon.com.mx\/dp\/*",
                "https:\/\/*.amazon.com.mx\/*\/dp\/*",
                "https:\/\/*.amazon.com.tr\/dp\/*",
                "https:\/\/*.amazon.com.tr\/*\/dp\/*",
                "https:\/\/*.amazon.ae\/dp\/*",
                "https:\/\/*.amazon.ae\/*\/dp\/*",
                "https:\/\/*.amazon.ca\/dp\/*",
                "https:\/\/*.amazon.ca\/*\/dp\/*",
                "https:\/\/*.amazon.de\/dp\/*",
                "https:\/\/*.amazon.de\/*\/dp\/*",
                "https:\/\/*.amazon.es\/dp\/*",
                "https:\/\/*.amazon.es\/*\/dp\/*",
                "https:\/\/*.amazon.fr\/dp\/*",
                "https:\/\/*.amazon.fr\/*\/dp\/*",
                "https:\/\/*.amazon.it\/dp\/*",
                "https:\/\/*.amazon.it\/*\/dp\/*",
                "https:\/\/*.amazon.in\/dp\/*",
                "https:\/\/*.amazon.in\/*\/dp\/*",
                "https:\/\/*.amazon.nl\/dp\/*",
                "https:\/\/*.amazon.nl\/*\/dp\/*",
                "https:\/\/*.amazon.sg\/dp\/*",
                "https:\/\/*.amazon.sg\/*\/dp\/*"
            ],
            "js": [
                "js\/amazon.js"
            ]
        },
        {
            "matches": [
                "https:\/\/wish.com\/*",
                "https:\/\/*.wish.com\/*"
            ],
            "js": [
                "js\/wish.js"
            ]
        },
        {
            "matches": [
                "https:\/\/banggood.com\/*",
                "https:\/\/*.banggood.com\/*"
            ],
            "js": [
                "js\/banggood.js"
            ]
        }
    ]
}