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은(는) Andrey Izman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows to export your transaction history from Sony PlayStation Network to the CSV file"입니다.
확장 프로그램 스크린샷
PSN Export Transaction History 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 |
도움말 페이지 URL | 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\/*" ] } |