AliExpress Paypal Plus

Show if the AliExpress Seller Accept Paypal

Was ist AliExpress Paypal Plus?

AliExpress Paypal Plus ist eine Chrome-Erweiterung, die von AliTools Inc entwickelt wurde, und ihr Hauptmerkmal ist "Show if the AliExpress Seller Accept Paypal".

Erweiterungsscreenshots

screenshot
screenshot

AliExpress Paypal Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliExpress Paypal Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Show if the AliExpress Seller Accept Paypal.
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.                    

Grundlegende Informationen zur Erweiterung

Name AliExpress Paypal Plus AliExpress Paypal Plus
ID cneipjhonfgikeafjjcmlphiflhcehha
Offizielle URL https://chrome.google.com/webstore/detail/aliexpress-paypal-plus/cneipjhonfgikeafjjcmlphiflhcehha
Beschreibung Show if the AliExpress Seller Accept Paypal
Dateigröße 1.53 MB
Installationsanzahl 68
Aktuelle Version 1.0.0
Letztes Update 2022-01-12
Veröffentlichungsdatum 2022-01-12
Entwickler AliTools Inc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sites.google.com/view/extentedhelp/home
Hilfeseite URL https://sites.google.com/view/extentedhelp/contact
URL der Datenschutzrichtlinien-Seite https://www.alitools.xyz/p/privacy.html
Unterstützte Sprachen 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": "AliExpress Paypal Plus",
    "version": "1.0.0",
    "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": "AliExpress Paypal Plus"
    },
    "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
}