Alipay | Aliexpress paypal checker

Show if the AliExpress seller accept Paypal

Alipay | Aliexpress paypal checkerคืออะไร?

Alipay | Aliexpress paypal checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wizard_Pekka และคุณลักษณะหลักของมันคือ "Show if the AliExpress seller accept Paypal"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alipay | Aliexpress paypal checker

ดาวน์โหลดไฟล์ส่วนขยาย Alipay | Aliexpress paypal checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this  extension Alipay anyone can  pay securely on AliExpress with Paypal. 

It Shows if the AliExpress seller accept Paypal or not.

Features:

Many users ask themselves: "Do AliExpress accept Paypal? "It is necessary to understand that Ali-Express is a platform with different vendors available. The sellers of the Ali site choose whether they accept to pay with Paypal on AliExpress; our extension allows you to know simply if this method of payment is accepted for the product in question. 

So, use this tools and save your valueable time.

✜ Privacy and collection of personal data


To respect personal data, the respect of the RGPD and the respect of Alibaba's partner programs : 
N.B:-By installing the Alipay Chrome extension you accept redirecting you to the links of the affiliate program AliExpress. 
Your personal data are not necessary so your personal data are not collected. 
Our plugin "AliExpress Paypal" is in no way linked to the Paypal company and the AliExpress platform.  We simply use the data visible to the user directly on the Ali website to formalize them in a simpler way.
By using the extension, you accept the GTC, you accept that the extension is paid as a business reporter by the company Alibaba on orders                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Alipay | Aliexpress paypal checker Alipay | Aliexpress paypal checker
ID mpoijbdfnhkmfcddkfgcdkjpgecdlndo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mpoijbdfnhkmfcddkfgcdkjpgecdlndo
คำอธิบาย Show if the AliExpress seller accept Paypal
ขนาดไฟล์ 1.52 MB
จำนวนการติดตั้ง 661
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-01-08
วันที่เผยแพร่ 2021-04-10
ผู้พัฒนา Wizard_Pekka
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sites.google.com/view/avengercontactmail/home
URL หน้าช่วยเหลือ https://sites.google.com/view/avengercontactmail/home
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/avengerprivacypolicy/home
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alipay | Aliexpress paypal checker",
    "version": "1.6",
    "description": "Show if the AliExpress seller accept Paypal",
    "permissions": [
        "*:\/\/*.aliexpress.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/activate.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/shoppingcart.aliexpress.com\/order\/confirm_order*",
                "*:\/\/shoppingcart.aliexpress.com\/orders.*"
            ],
            "js": [
                "js\/affiliate.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "js\/popup\/popup.html",
        "default_title": "Alipay| Aliexpress paypal checker"
    },
    "icons": {
        "16": "img\/logo_16.png",
        "32": "img\/logo_32.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    },
    "web_accessible_resources": [
        "img\/paypal-accepted.png",
        "fonts\/DroidSansFallback.ttf",
        "fonts\/DroidSans-Bold.ttf"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "en",
    "manifest_version": 2
}