AliExpress Paypal

Show if the AliExpress seller accept Paypal

Wat is AliExpress Paypal?

AliExpress Paypal is een Chrome-extensie ontwikkeld door AliChrome, en de belangrijkste functie is "Show if the AliExpress seller accept Paypal".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AliExpress Paypal

Download AliExpress Paypal-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

                        With the extension, AliExpress Paypal: pay securely on AliExpress with Paypal. 

✜ Why? 

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. 

✜ How it works

	To use our extension, simply download the AliExpress Paypal extension on your Chrome browser through the Web store. The operation will be as follows:
  ➣ Once the extension is downloaded on your browser, you have to click on the logo of the extension to activate it, it will remain active until the browser is closed. "ON" or "OFF" will be displayed to show the current mode.
  ➣ Our plugin analyzes the payment methods of the seller of the product page on which you are to check AliExpress pay with Paypal
  ➣ A text is displayed "Paypal Accepted" or "PayPal refused". 
  ➣ Once the button is displayed, you can place an order: on AliExpress by Paypal payment. 

The operation of our plugin is simple: The AliExpress Paypal payment extension allows you to add a button directly on the product sheets of the site. (For Paypal AliExpress payment)

The AliExpress pay by Paypal payment allows you to pay securely and take advantage of the buyer's guarantee through Paypal. This plugin will allow you to use the payment method more easily. Now you know the answer to the question do AliExpress take Paypal.

✜ Do AliExpress use Paypal ?
Use Paypal on AliExpress will be possible following the seller of the product, otherwise you can look for a similar product from another seller who accepts this secure means of payment. 

✜ Privacy and collection of personal data

To respect personal data, the respect of the RGPD and the respect of Alibaba's partner programs : 
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.                    

Basisinformatie over de Extensie

Naam AliExpress Paypal AliExpress Paypal
ID njkoakaanifjmpdggjclbmabhmfghico
Officiële URL https://chrome.google.com/webstore/detail/aliexpress-paypal/njkoakaanifjmpdggjclbmabhmfghico
Beschrijving Show if the AliExpress seller accept Paypal
Bestandsgrootte 60.8 KB
Aantal Installaties 3,145
Huidige Versie 2.0
Laatst Bijgewerkt 2022-10-12
Publicatiedatum 2020-11-30
Beoordeling 3.18/5 Totaal 22 Beoordelingen
Ontwikkelaar AliChrome
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://aliexpress-paypal.alichrome.io
URL van de Privacybeleid Pagina http://aliexpress-paypal.alichrome.io/privacy-and-cookies-policy.html
Ondersteunde Talen 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": "__MSG_title__",
    "description": "__MSG_subtitle__",
    "version": "2.0",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo_16.png",
        "32": "img\/logo_32.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/shoppingcart.aliexpress.com\/order\/confirm_order*",
                "*:\/\/shoppingcart.aliexpress.com\/orders.*",
                "*:\/\/*.aliexpress.com\/p\/trade\/confirm*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*"
            ],
            "js": [
                "js\/product-page.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/paypal-accepted.png"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ]
        }
    ]
}