fleetyards-sync

Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net

fleetyards-sync क्या है?

fleetyards-sync https://fleetyards.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में fleetyards-sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}