GoPage Tool V2

GoPage Tool V2

GoPage Tool V2란 무엇입니까?

GoPage Tool V2은(는) gostream.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GoPage Tool V2"입니다.

확장 프로그램 스크린샷

screenshot

GoPage Tool V2 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tiện ích này cho phép người dùng thực hiện những hành động để quản lý Facebook Page thông qua ứng dụng của chúng tôi gopage.me (https://gopage.me)
Hỗ trợ tính năng:
 ⁃ Cho phép gửi tin nhắn đến khách hàng cũ sau 24h.
 ⁃ Cho phép chuyển đổi ngôn ngữ tin nhắn của khách hàng (Ví dụ : Tiếng Anh -> Tiếng Việt).
 ⁃ Cho phép chuyển đổi ngôn ngữ tin nhắn trước khi gửi cho khách hàng.

--------- English --------- 
Introducing the utility GoPage Tool
GoPage Tool - provides advanced features such as:
-  Allow sending messages to old customers after 24 hours without violating Facebook's policies.
- Allow automatically translating customer's messages  (Example: English -> Vietnamese).
- Allows automatic translating messages before sending to customers.                    

확장 프로그램 기본 정보

이름 GoPage Tool V2 GoPage Tool V2
ID hjncnoinligbhieajeadkpejllkchaij
공식 URL https://chromewebstore.google.com/detail/gopage-tool-v2/hjncnoinligbhieajeadkpejllkchaij
설명 GoPage Tool V2
파일 크기 727 KB
설치 횟수 150
현재 버전 1.4.1
최근 업데이트 2022-08-17
출시 날짜 2021-02-23
평점 5.00/5 총 3 개의 평점
개발자 gostream.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gopage.me
도움말 페이지 URL https://www.facebook.com/gopage.me
개인정보 보호 정책 페이지 URL https://gostream.co/vi/chinh-sach-bao-mat-thong-tin-ca-nhan.164.html
지원되는 언어 vi
manifest.json
{
    "manifest_version": 2,
    "name": "GoPage Tool V2",
    "description": "GoPage Tool V2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "GoPage Tool V2"
    },
    "permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/gopage.me\/*",
                "*:\/\/*.gopage.me\/*"
            ],
            "js": [
                "jquery.js",
                "index.js"
            ],
            "css": [
                "ext.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1"
}