fleetyards-sync
Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net
fleetyards-sync란 무엇입니까?
fleetyards-sync은(는) https://fleetyards.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net"입니다.
확장 프로그램 스크린샷
fleetyards-sync 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fleetyards Sync The Fleetyards Sync Extension is a companion App for the Web Application https://fleetyards.net. It allows the user to sync their pledge data on robertsspaceindustries.com with their account on fleetyards.net. For this it extracts the information on your RSI Hangar https://robertsspaceindustries.com/account/pledges and sends it to the Fleetyards App. The Fleetyards App will then parse the data and submit to the users account. A Fleetyards.net account as well as an account on robertsspaceindustries.com is required to use this Extension.
확장 프로그램 기본 정보
이름 | fleetyards-sync |
ID | glchfaleieoljcimjjkdkeifnejbcokg |
공식 URL | https://chromewebstore.google.com/detail/fleetyards-sync/glchfaleieoljcimjjkdkeifnejbcokg |
설명 | Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net |
파일 크기 | 185 KB |
설치 횟수 | 5,469 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-05-10 |
출시 날짜 | 2023-05-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://fleetyards.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fleetyards.net |
도움말 페이지 URL | https://fleetyards.net |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "fleetyards-sync", "description": "Browser Extension for syncing pledge data from https:\/\/robertsspaceindustries.com to https:\/\/fleetyards.net", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/fleetyards.net\/*" ], "js": [ "src\/content.js" ] } ], "manifest_version": 3, "homepage_url": "https:\/\/fleetyards.net", "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/robertsspaceindustries.com\/*" ], "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "background": { "service_worker": "src\/background.js" } } |