GoPage Tool V2

GoPage Tool V2

Wat is GoPage Tool V2?

GoPage Tool V2 is een Chrome-extensie ontwikkeld door gostream.co, en de belangrijkste functie is "GoPage Tool V2".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GoPage Tool V2

Download GoPage Tool V2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GoPage Tool V2 GoPage Tool V2
ID hjncnoinligbhieajeadkpejllkchaij
Officiële URL https://chromewebstore.google.com/detail/gopage-tool-v2/hjncnoinligbhieajeadkpejllkchaij
Beschrijving GoPage Tool V2
Bestandsgrootte 727 KB
Aantal Installaties 150
Huidige Versie 1.4.1
Laatst Bijgewerkt 2022-08-17
Publicatiedatum 2021-02-23
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar gostream.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gopage.me
Help Pagina-URL https://www.facebook.com/gopage.me
URL van de Privacybeleid Pagina https://gostream.co/vi/chinh-sach-bao-mat-thong-tin-ca-nhan.164.html
Ondersteunde Talen 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"
}