SHOPAGE順豐自動化印單插件
Powered By SHOPAGE
Cos'è SHOPAGE順豐自動化印單插件?
SHOPAGE順豐自動化印單插件 è un'estensione di Chrome sviluppata da https://shopage.org, e la sua funzione principale è "Powered By SHOPAGE".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SHOPAGE順豐自動化印單插件
Scarica i file di estensione SHOPAGE順豐自動化印單插件 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
                        這是一個幫助SHOPAGE商戶快速建立順豐運單的自動化工具。
關於SHOPAGE
SHOPAGE讓商戶打造專業網站,透過簡潔時尚的版面,任何人無需編程知識,均可輕易設計出富有個性的網店。因此,無論是中小型企業、Facebook, Instagram賣家或新創品牌均可輕鬆設立網店。SHOPAGE團隊成立自2015年,一直力求進步,更屢獲媒體報道及獎項,是各界對我們團隊的肯定。除此以外,我們亦與不同平台如Stripe、Paypal、Amazon合作,為用戶提供不同的網店配套,支援客戶的業務成長。                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | bibehbmohkdoojpplnkbjdpfchjbjcld | 
| URL Ufficiale | https://chromewebstore.google.com/detail/shopage%E9%A0%86%E8%B1%90%E8%87%AA%E5%8B%95%E5%8C%96%E5%8D%B0%E5%96%AE%E6%8F%92%E4%BB%B6/bibehbmohkdoojpplnkbjdpfchjbjcld | 
| Descrizione | Powered By SHOPAGE | 
| Dimensione del File | 202 KB | 
| Conteggio Installazioni | 92 | 
| Versione Corrente | 2.0.20 | 
| Ultimo Aggiornamento | 2021-12-17 | 
| Data di Pubblicazione | 2020-06-27 | 
| Sviluppatore | https://shopage.org | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | zh-TW | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SHOPAGE\u9806\u8c50\u81ea\u52d5\u5316\u5370\u55ae\u63d2\u4ef6",
    "description": "Powered By SHOPAGE",
    "version": "2.0.20",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "background",
        "http:\/\/*.shopage.org\/*",
        "https:\/\/*.shopage.org\/*",
        "https:\/\/*.sf-express.com\/*",
        "https:\/\/*.sf-express.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.shopage.org\/*",
                "https:\/\/*.shopage.org\/*",
                "https:\/\/*.sf-express.com\/*",
                "https:\/\/*.sf-express.com\/*"
            ],
            "js": [
                "execute.js",
                "admin.js",
                "sf_express.js",
                "save_sender_address.js"
            ],
            "run_at": "document_idle"
        }
    ]
}  |  |