Autopilot for Paypal

Batch process mass payments via your Paypal account. Watch as your browser automates Paypal transactions from your uploaded CSV file

Autopilot for Paypalคืออะไร?

Autopilot for Paypal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 3rd Square Software และคุณลักษณะหลักของมันคือ "Batch process mass payments via your Paypal account. Watch as your browser automates Paypal transactions from your uploaded CSV file"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autopilot for Paypal

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

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

                        Batch process mass payments via your PayPal account. Watch as your browser automates PayPal transactions from your uploaded CSV file. Install today to save time and effort dealing with multiple payments through PayPal.

With no need to be approved for PayPal’s API or reveal your PayPal username and password, your browser processes a CSV file from your computer directly to your PayPal account without touching our servers.

Simply upload a CSV in the format of:

Email      Currency      Amount      Reference

Watch as your browser automates the process of each click and input required to make each payment using the data you uploaded. By operating locally on your computer, you can be sure that the extension is only going to perform the payments on your spreadsheet.

CONFIRM EACH TRANSACTION.
Choose to either confirm each transaction before it is processed or let your browser, without confirmation process each transaction on your spreadsheet.

PAUSE AND RESUME.
Whilst a file is processing you always have the option to pause, then when you are ready, resume. You can stop a file running at any time by either pausing or simply close your browser.

You can use Autopilot for PayPal to process an unlimited number of transactions, simply upload your CSV to the Chrome extension and watch as your browser process the transactions in your file.

LEADING IN SECURITY.
As a payment automation system, our first priority is safeguarding your data. We’ve built Autopilot for PayPal so that we never have the keys to your account.

STRONG ENCRYPTION ALGORITHMS.
There is no need to create an account with us, and you never need to release your credentials further than PayPal. In doing so, you also benefit from the same enhanced security functions that PayPal provides such as their Two-Factor Authentication system.

LOCAL-ONLY ENCRYPTION.
Your data is processed at the device level in exactly the same way as if you were making a payment yourself. Data stored on your computer is kept secret, even from Autopilot for PayPal. Your master password, and the keys used to encrypt and decrypt data, are never sent to our servers, and are never accessible by Autopilot for PayPal.

Our extension is a secure alternative to working directly with PayPal’s APIs, useful for processing multiple payments from the comfort and security of your own browser.

Start using our 14-day free trial today and see for yourself.                    

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

ชื่อ Autopilot for Paypal Autopilot for Paypal
ID nilnbkbpnphgdahjallkhkimgbdlkcee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autopilot-for-paypal/nilnbkbpnphgdahjallkhkimgbdlkcee
คำอธิบาย Batch process mass payments via your Paypal account. Watch as your browser automates Paypal transactions from your uploaded CSV file
ขนาดไฟล์ 3.49 MB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 2.5.2
อัปเดตครั้งล่าสุด 2020-02-22
วันที่เผยแพร่ 2020-02-21
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา 3rd Square Software
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1QaLFHWMmpGYzbEqQ2esXbCwucFVHoc2BPnKe0BYn3GQ/pub
ภาษาที่รองรับ en-GB
manifest.json
{
    "background": {
        "scripts": [
            "ga.js",
            "paypal-bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon-16.png"
    },
    "content_scripts": [
        {
            "css": [
                "contentScript\/paypal.css"
            ],
            "js": [
                "thirdparty\/jQuery\/jquery.3.2.1-min.js",
                "thirdparty\/sendKey\/bililiteRange.js",
                "thirdparty\/sendKey\/jquery.sendkeys.js",
                "contentScript\/paypal.js"
            ],
            "matches": [
                "*:\/\/*.paypal.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Batch process mass payments via your Paypal account. Watch as your browser automates Paypal transactions from your uploaded CSV file",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAht0ffz28Yrfpk7VdVZ8yphlfpjNSGyEARNFBxxeTZpAJOPaVpDTeLhYx0zMbz+tDzzfFY1oRBQW1d8s6nm5Z0T+cIJNxnDVWYK4LFBMqnz6PUe4G1qUrBR5eBGd+GrvX+Wi0n9PC344DHv5XCJ3d8pU8qFG8iAtt5syooT+DI4db1YzDv0baRsHtthRK490XyBhavhyp\/TL3Y7ir5FnuWUbktE8V8+36EXisPCnYQLGpwJemp5GgGczJi6IcXWJSPeyCnTRcH+hV+\/P5IOdeuR1+bAzMrP4lwQmRDPziXFYyucDKmss\/dFGB0PePNxKYnkEB63jWze5fxcv7yBAXZwIDAQAB",
    "manifest_version": 2,
    "name": "Autopilot for Paypal",
    "oauth2": {
        "client_id": "409353630544-o6f42k4i5j4b6h0gr5n969b33gtjgcaf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*.paypal.com\/*",
        "notifications",
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.2"
}