WishListo

Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!

WishListo란 무엇입니까?

WishListo은(는) https://listesdecadeaux.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The WishListo browser extension allows you to add gifts to your wishlists in one click while browsing your favourite web stores.

WishListo is the easiest way to manage your baby registries, birthday wishlists, wedding registries, christmas wishlists... No matter what the event or occasion, creating a wishlist is easy, and free!                    

확장 프로그램 기본 정보

이름 WishListo WishListo
ID fdkjiocjncdhpmienmepiodnpbnedlmj
공식 URL https://chromewebstore.google.com/detail/wishlisto/fdkjiocjncdhpmienmepiodnpbnedlmj
설명 Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!
파일 크기 16.08 KB
설치 횟수 979
현재 버전 1.1.6
최근 업데이트 2019-11-11
출시 날짜 2019-11-10
개발자 https://listesdecadeaux.com
결제 유형 free
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "1.1.6",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_manifest_browser_action_title__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.listesdecadeaux.com\/*",
                "*:\/\/*.wishlisto.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}