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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to easily synchronize your contact list from LIVE to PTU account."।

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

screenshot
screenshot
screenshot

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

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