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
公式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
Eメール [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"
}