Sapo GO

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

Cos'è Sapo GO?

Sapo GO è un'estensione di Chrome sviluppata da Sapo, e la sua funzione principale è "Tính năng mở rộng cho Sapo GO".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sapo GO

Scarica i file di estensione Sapo GO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Sapo GO Sapo GO
ID fjijlgpmmichehflgbpejiimboaedamn
URL Ufficiale https://chromewebstore.google.com/detail/sapo-go/fjijlgpmmichehflgbpejiimboaedamn
Descrizione Tính năng mở rộng cho Sapo GO
Dimensione del File 86.7 KB
Conteggio Installazioni 10,000
Versione Corrente 0.1.38
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2022-03-29
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore Sapo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.sapo.vn/
URL della Pagina della Politica sulla Privacy https://support.sapo.vn/chinh-sach-bao-mat
Lingue Supportate 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
        }
    ]
}