Wished

Wish for anything, anywhere

Wished란 무엇입니까?

Wished은(는) https://www.wished.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wish for anything, anywhere"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Wished is your universal wishlist for all of your favourite shopping sites. 

Create multiple wishlists, share them with friends and family, and even get notified of price updates!

With our easy-to-use and customizable wishlist extension, you will be able to save their favourite products and purchase them later with just a few clicks. Our extension is fully compatible with any online store and can easily provide you 

Key Features:

- Easy-to-use and intuitive interface
- Compatible with any online store
- Share wishlists with friends and family
- Be notified of price drops
- Ability to add and manage unlimited items in all of your wishlists                    

확장 프로그램 기본 정보

이름 Wished Wished
ID hhnahkmehhkjemigopkkkamciojfmcbh
공식 URL https://chromewebstore.google.com/detail/wished/hhnahkmehhkjemigopkkkamciojfmcbh
설명 Wish for anything, anywhere
파일 크기 325 KB
설치 횟수 35
현재 버전 1.4.1
최근 업데이트 2023-11-19
출시 날짜 2021-03-12
평점 5.00/5 총 8 개의 평점
개발자 https://www.wished.online
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wished.online/
도움말 페이지 URL https://www.wished.online/
개인정보 보호 정책 페이지 URL https://www.wished.online/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wished",
    "version": "1.4.1",
    "description": "Wish for anything, anywhere",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "96": "images\/icons\/96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.htm",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.bundle.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}