ZD Quick Messages

ZD Quick Messages

ZD Quick Messages란 무엇입니까?

ZD Quick Messages은(는) https://zeedrop.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ZD Quick Messages"입니다.

확장 프로그램 스크린샷

screenshot

ZD Quick Messages 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ZeeDrop Quick Messages give you the option save messages/answers and in 1 click send them in  facebook messanger and facebook  page chat. This tool will save you a lot of time type again and agin the same answers .                    

확장 프로그램 기본 정보

이름 ZD Quick Messages ZD Quick Messages
ID lejcmkhmhlokcpabneplokkilhhciclg
공식 URL https://chromewebstore.google.com/detail/zd-quick-messages/lejcmkhmhlokcpabneplokkilhhciclg
설명 ZD Quick Messages
파일 크기 5.31 MB
설치 횟수 60
현재 버전 2.2
최근 업데이트 2024-01-24
출시 날짜 2021-09-09
평점 3.40/5 총 15 개의 평점
개발자 https://zeedrop.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://zeedrop.com/policy.aspx
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZD Quick Messages",
    "description": "ZD Quick Messages",
    "version": "2.2",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage",
        "fullscreen"
    ],
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.js",
            "popup.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.facebook.com\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-3.3.1.js",
                "content\/_common.js",
                "content\/_common2.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.messenger.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content\/fb.js"
            ],
            "run_at": "document_end"
        }
    ]
}