Star Citizen PTU Follow
This extension allows you to easily synchronize your contact list from LIVE to PTU account.
Star Citizen PTU Follow란 무엇입니까?
Star Citizen PTU Follow은(는) Kamille92에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to easily synchronize your contact list from LIVE to PTU account."입니다.
확장 프로그램 스크린샷
Star Citizen PTU Follow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How does it work? 1. Click on the extension icon 2. Log in to https://robertsspaceindustries.com/ 3. Log in to https://ptu.cloudimperiumgames.com/ 4. Click on "Copy contacts (LIVE -> PTU)" That's it! All your LIVE contacts, having a PTU account, have now been added to your PTU account. ----------------------------------------------------------------------- UPDATE 0.3.5 - UI updated with some instructions. - Bug fixes ----------------------------------------------------------------------- UPDATE 0.3 - Added tab for different purposes. - Added possibility to Follow your Organizations. It's pretty easy to use to and can be convenient for soem of you I hope. Watchout, the contact limit is 250. - Fix Contact list on RSI website that wasn't scrollable for a long time. @Turbulent, please fix this. It's only a css one CSS class to add. - Fix an issue with your contact href links that always forwarded you to the same link in 0.2 - Minor code changes
확장 프로그램 기본 정보
이름 | Star Citizen PTU Follow |
ID | jnhkcndkgbgjclllhmmeacgoakfjjhmb |
공식 URL | https://chromewebstore.google.com/detail/star-citizen-ptu-follow/jnhkcndkgbgjclllhmmeacgoakfjjhmb |
설명 | This extension allows you to easily synchronize your contact list from LIVE to PTU account. |
파일 크기 | 150 KB |
설치 횟수 | 239 |
현재 버전 | 0.3.5 |
최근 업데이트 | 2020-01-02 |
출시 날짜 | 2019-12-21 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | Kamille92 |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://twitter.com/Kamille_92 |
개인정보 보호 정책 페이지 URL | https://rsi-companion.kamille.ovh/Privacy_Policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Citizen PTU Follow", "description": "This extension allows you to easily synchronize your contact list from LIVE to PTU account.", "version": "0.3.5", "author": "Kamille92", "permissions": [ "cookies", "https:\/\/ptu.cloudimperiumgames.com\/*", "https:\/\/robertsspaceindustries.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/ptu.cloudimperiumgames.com\/*", "https:\/\/robertsspaceindustries.com\/*" ], "css": [ "css\/fix.css" ] } ], "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon_256.png", "default_title": "SC Follow - Settings", "default_popup": "html\/popup.html" }, "icons": { "64": "img\/icon_64.png", "128": "img\/icon_128.png", "256": "img\/icon_256.png" } } |