Garmin Connect training share
Extension enables training sharing. Share training via email, facebook or any chat platform due to using stringified JSON format.
Garmin Connect training share क्या है?
Garmin Connect training share pecaj.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension enables training sharing. Share training via email, facebook or any chat platform due to using stringified JSON format."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Garmin Connect training share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Want to share your workout with friends? - Just pick one you want to share and click on share icon. Training is copied to clipboard/console and you can share it via pasting it anywhere you wish. You want to import training? - Just copy training to your clipboard (ctrl+c) and click to Import in Workout submenu. Then chose what is going to happen. Only import? Or rather import and send to desired device? As you wish! Do you want to help me with locale for your language? I will be glad for any help and opinion. update v 1.3: fixed export/import issue caused by security changes in garmin connect webpage
एक्सटेंशन की मूल जानकारी
नाम | Garmin Connect training share |
ID | eifpkcoofcgpichllembbenjkfcgnfde |
आधिकारिक URL | https://chromewebstore.google.com/detail/garmin-connect-training-s/eifpkcoofcgpichllembbenjkfcgnfde |
विवरण | Extension enables training sharing. Share training via email, facebook or any chat platform due to using stringified JSON format. |
फ़ाइल का आकार | 55.15 KB |
स्थापना संख्या | 469 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2024-02-21 |
प्रकाशन तिथि | 2021-03-06 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | pecaj.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "manifest_version": 3, "author": "Jakub Peca", "description": "__MSG_description__", "version": "1.3", "default_locale": "en", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/connect.garmin.com\/modern\/*" ], "js": [ "source\/js.js" ], "css": [ "source\/css.css" ] } ], "icons": { "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" } } |