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文件
下載fleetyards-sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |