PayGen For Mercado Pago

Generate instant mercado pago's payment links by a click of a button.

PayGen For Mercado Pagoคืออะไร?

PayGen For Mercado Pago เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://limbuscode.com และคุณลักษณะหลักของมันคือ "Generate instant mercado pago's payment links by a click of a button."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PayGen For Mercado Pago

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

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

                        PayGen is for those who need to generate payment link from Mercado Pago instantly and reliably and without having to access their account every time, just provide the Value / Price of your product / service and it's title and then Click on Generate link and you're good to go!

=================================

*IF YOU FOUND IT USEFUL, PLEASE DONATE ANY AMOUNT HERE:
https://bit.ly/paygen-paypal-donation

=================================

TUTORIAL:

1) Take your Access Token and insert it into PayGen

1.1 - Have an unblocked Mercado Pago account, create your account at https://www.mercadopago.com.br/;
1.2 - Access https://www.mercadopago.com.br/developers/panel/credentials;
1.3 - Go to production by filling in the form in "Fill in Form";
1.4 - Once completed, access https://www.mercadopago.com.br/developers/panel/credentials again and copy your Access Token from the Production Mode section;
1.5 - Open PayGen For Mercado Pago Extension by clicking on its icon and go to "Config."
1.6 - Paste the Access Token in the TOKEN field;

2) Generate your payment link

2.1) Go back to "Home" tab, fill in the Value / Price of your product / service and it's Title;
2.2) Click on Generate Link;
2.3) Copy the generated link from the first text field.
2.4) Share the link to the payer, and that's it!

*Disclaimer: This Chrome plugin is unofficial and not endorsed or certified by Mercado Libre Inc.                    

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

ชื่อ PayGen For Mercado Pago PayGen For Mercado Pago
ID mopfkbmlpaaoocgcjifnlomobfejpfdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/paygen-for-mercado-pago/mopfkbmlpaaoocgcjifnlomobfejpfdo
คำอธิบาย Generate instant mercado pago's payment links by a click of a button.
ขนาดไฟล์ 1.48 MB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 0.0.3.3
อัปเดตครั้งล่าสุด 2024-01-06
วันที่เผยแพร่ 2020-07-05
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://limbuscode.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.facebook.com/paygenaddon
URL หน้าช่วยเหลือ https://www.facebook.com/paygenaddon
ภาษาที่รองรับ en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.3.3",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "https:\/\/api.mercadopago.com\/checkout\/*",
        "https:\/\/paygen.000webhostapp.com\/api\/v1\/notifications\/*",
        "https:\/\/paygenaddon.com\/*",
        "https:\/\/5z7cgbs8a4.execute-api.us-east-2.amazonaws.com\/*",
        "https:\/\/bit.ly\/*",
        "http:\/\/bit.ly\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "images\/PayGen Icon 32x32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "images\/PayGen Icon 32x32.png",
        "128": "images\/PayGen Icon 128x128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}