GoPage Tool V2

GoPage Tool V2

什麼是GoPage Tool V2?

GoPage Tool V2是由gostream.co開發的Chrome擴展程式,該擴展的主要功能是“GoPage Tool V2”。

擴展截圖

screenshot

下載GoPage Tool V2擴展crx文件

下載GoPage Tool V2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}