PingPong贸易还原小助手

为您采集真实的交易信息

Wat is PingPong贸易还原小助手?

PingPong贸易还原小助手 is een Chrome-extensie ontwikkeld door PingPong Global Group, en de belangrijkste functie is "为您采集真实的交易信息".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PingPong贸易还原小助手

Download PingPong贸易还原小助手-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

                        一键采集交易信息,更快更便捷
PingPong贸易还原小助手工具插件(以下称“小助手”)由Ping Pong Global Holdings Limited(以下称“PingPong”)开发并向您提供。

您知悉并同意,为了您能更好的使用PingPong提供的跨境收款服务和其他相关服务(以下称“PingPong服务”),您需要向PingPong提供您电商/服务平台的交易信息。您安装并使用小助手,即可通过小助手向PingPong提供您使用PingPong服务所需的交易信息。 

您知悉并同意小助手采集交易信息的范围和内容。您安装小助手并完成设置后,登录卖家后台并进入到订单页面,点击“立即开始”,就可以触发小助手自动采集该平台下的交易信息,并将该等交易信息加密传输至PingPong。您通过小助手向PingPong提供的所有信息,PingPong将严格按照法律法规、PingPong合规政策、相关用户协议及隐私政策进行收集、存储和使用。

小助手功能:
• 自动采集和传输您的交易信息;
• 同步更新您PingPong账户的结汇额度。

为什么需要贸易真实性信息?
依据中国法律法规、监管政策等的相关规定,跨境贸易的结售汇及相关资金收付,需要有真实、合法的交易基础。因此需要您提供电商/服务平台的交易信息,以满足监管要求。

您理解并同意,小助手所涉及的知识产权、所有权等一切权利均归属PingPong所有,未经PingPong书面同意,任何人不得创造或使用相关衍生作品。PingPong不对小助手的服务效果做出任何实质性承诺。因不可抗力等原因导致小助手服务发生中断或终止,PingPong不对您承担责任。

您理解并同意,使用小助手应当符合适用法的规定,否则您应当立即停止使用。您安装并使用小助手即视为您无条件同意PingPong为向您提供PingPong服务之目的收集、储存和使用您的相关交易信息,您于此豁免PingPong因上述行为可能承担的相应责任并放弃因PingPong上述行为您可能享有的对PingPong的一切请求权。

PingPong对小助手的应用享有最终解释权。                    

Basisinformatie over de Extensie

Naam PingPong贸易还原小助手 PingPong贸易还原小助手
ID kfccgnajbbcpckcfcgdjekpkoegifpji
Officiële URL https://chromewebstore.google.com/detail/pingpong%E8%B4%B8%E6%98%93%E8%BF%98%E5%8E%9F%E5%B0%8F%E5%8A%A9%E6%89%8B/kfccgnajbbcpckcfcgdjekpkoegifpji
Beschrijving 为您采集真实的交易信息
Bestandsgrootte 1.04 MB
Aantal Installaties 35
Huidige Versie 1.0.4
Laatst Bijgewerkt 2021-04-09
Publicatiedatum 2020-02-11
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar PingPong Global Group
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.pingpongx.com/zh/privacyPolicy
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PingPong\u8d38\u6613\u8fd8\u539f\u5c0f\u52a9\u624b",
    "version": "1.0.4",
    "description": "\u4e3a\u60a8\u91c7\u96c6\u771f\u5b9e\u7684\u4ea4\u6613\u4fe1\u606f",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "unlimitedStorage",
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [],
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/jquery.js",
            "lib\/md5.min.js",
            "lib\/localforage.min.js",
            "config.js",
            "util.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/128x128.png",
        "default_title": "PingPong\u8d38\u6613\u8fd8\u539f\u5c0f\u52a9\u624b",
        "default_popup": "index.html"
    },
    "options_page": "index.html",
    "short_name": "PingPong\u8d38\u6613\u8fd8\u539f\u5c0f\u52a9\u624b",
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "lib\/jquery.js",
                "lib\/md5.min.js",
                "lib\/localforage.min.js",
                "config.js",
                "util.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}