PSN Export Transaction History

This extension allows to export your transaction history from Sony PlayStation Network to the CSV file

ما هو PSN Export Transaction History؟

PSN Export Transaction History هو إضافة Chrome تم تطويرها بواسطة Andrey Izman، والميزة الرئيسية لها هي "This extension allows to export your transaction history from Sony PlayStation Network to the CSV file".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PSN Export Transaction History

قم بتنزيل ملفات الامتداد PSN Export Transaction History بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension add to Chrome DevTools a new PSN Transactions panel that allows you to export your transaction history to the CSV file

Why?
Because Sony did not provide the ability to export data by regular means.

Is this legal?
It uses the same http requests as the website, the extension catches the site's requests and repeats them several times until all the data is received,
so most likely yes, it is legal.

How to use?
Log in to your account on the PlayStation site (https://www.playstation.com/), click on "Account Settings" link in the user menu, open Developer Tools in your Chrome, click on the "PSN Transactions" tab, go to "Transaction History" of your account settings, after downloading the data (may take several minutes), a button for downloading CSV file will appear on the Developer Tools panel. Click on the button to download the history of your transaction history.                    

معلومات أساسية عن التمديد

الاسم PSN Export Transaction History PSN Export Transaction History
ID gogfipepkcilmgkdhdgocaapjiflgdpn
عنوان URL الرسمي https://chromewebstore.google.com/detail/psn-export-transaction-hi/gogfipepkcilmgkdhdgocaapjiflgdpn
الوصف This extension allows to export your transaction history from Sony PlayStation Network to the CSV file
حجم الملف 57.55 KB
عدد التثبيتات 96
النسخة الحالية 1.0.1
آخر تحديث 2022-02-04
تاريخ النشر 2022-02-01
تقييم 2.25/5 مجموع تقييمات 4
المطور Andrey Izman
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mervick/chrome-psn-transactions-export
عنوان صفحة المساعدة https://github.com/mervick/chrome-psn-transactions-export/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PSN Export Transaction History",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "This extension allows to export your transaction history from Sony PlayStation Network to the CSV file",
    "devtools_page": "devtools.html",
    "icons": {
        "256": "images\/psn-icon-256.png",
        "128": "images\/psn-icon-128.png",
        "16": "images\/psn-icon-16.png",
        "32": "images\/psn-icon-32.png",
        "48": "images\/psn-icon-48.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/id.sonyentertainmentnetwork.com\/*",
        "*:\/\/*.api.playstation.com\/*",
        "*:\/\/web.np.playstation.com\/*",
        "*:\/\/www.playstation.com\/*"
    ]
}