GoPage Tool V2

GoPage Tool V2

GoPage Tool V2คืออะไร?

GoPage Tool V2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gostream.co และคุณลักษณะหลักของมันคือ "GoPage Tool V2"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoPage Tool V2

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}