GoPage Tool V2
GoPage Tool V2
Hvad er GoPage Tool V2?
GoPage Tool V2 er en Chrome-udvidelse udviklet af gostream.co, og dens hovedfunktion er "GoPage Tool V2".
Udvidelsesskærmbilleder
Download GoPage Tool V2-udvidelses-CRX-fil
Download GoPage Tool V2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | GoPage Tool V2 |
ID | hjncnoinligbhieajeadkpejllkchaij |
Officiel URL | https://chromewebstore.google.com/detail/gopage-tool-v2/hjncnoinligbhieajeadkpejllkchaij |
Beskrivelse | GoPage Tool V2 |
Filstørrelse | 727 KB |
Antal Installationer | 150 |
Nuværende Version | 1.4.1 |
Senest Opdateret | 2022-08-17 |
Udgivelsesdato | 2021-02-23 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | gostream.co |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://gopage.me |
Hjælpeside-URL | https://www.facebook.com/gopage.me |
URL til Fortrolighedspolitik Side | https://gostream.co/vi/chinh-sach-bao-mat-thong-tin-ca-nhan.164.html |
Understøttede Sprog | 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" } |