Sapo GO

Tính năng mở rộng cho Sapo GO

Wat is Sapo GO?

Sapo GO is een Chrome-extensie ontwikkeld door Sapo, en de belangrijkste functie is "Tính năng mở rộng cho Sapo GO".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sapo GO

Download Sapo GO-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

                        Sapo Go Extension cung cấp cho các nhà bán hàng sử dụng phần mềm
Sapo các tính năng hỗ trợ ưu việt như:
Với Facebook
      + Gửi tin nhắn quá khung giờ 24 giờ/ 7 ngày cho khách hàng trên Facebook
      + Xem trang cá nhân của khách hàng Facebook
      + Chuyển tới trang Facebook Business suite để tiếp tục nhắn tin với khách hàng
Với Sàn TMĐT
      + Tìm kiến từ khóa ngành hàng để tạo hashtag chèn vào mô tả sản phẩm
Và còn rất nhiều tính nắng hỗ trợ ưu việt sắp ra mắt trên Sapo GO Extension.
Xem thêm về sản phẩm của Sapo tại: http://www.sapo.vn                    

Basisinformatie over de Extensie

Naam Sapo GO Sapo GO
ID fjijlgpmmichehflgbpejiimboaedamn
Officiële URL https://chromewebstore.google.com/detail/sapo-go/fjijlgpmmichehflgbpejiimboaedamn
Beschrijving Tính năng mở rộng cho Sapo GO
Bestandsgrootte 86.7 KB
Aantal Installaties 10,000
Huidige Versie 0.1.38
Laatst Bijgewerkt 2024-02-27
Publicatiedatum 2022-03-29
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Sapo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.sapo.vn/
URL van de Privacybeleid Pagina https://support.sapo.vn/chinh-sach-bao-mat
Ondersteunde Talen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "T\u00ednh n\u0103ng m\u1edf r\u1ed9ng cho Sapo GO",
    "version": "0.1.38",
    "name": "Sapo GO",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon-16.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/shopee.vn\/api\/*",
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8080\/*",
                "https:\/\/*.mysapogo.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}