Remind Share Button
Share links with your Remind classes in a single click.
Remind Share Button क्या है?
Remind Share Button https://www.remind.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share links with your Remind classes in a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remind Share Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save time and extend learning beyond the classroom by sharing resources with your Remind classes.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fidipdaiencjpnmkjcebeclkgalhcedi |
आधिकारिक URL | https://chromewebstore.google.com/detail/remind-share-button/fidipdaiencjpnmkjcebeclkgalhcedi |
विवरण | Share links with your Remind classes in a single click. |
फ़ाइल का आकार | 1.8 MB |
स्थापना संख्या | 277 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2017-09-29 |
प्रकाशन तिथि | 2017-09-29 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.remind.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remind Share Button", "version": "1.1", "manifest_version": 2, "description": "Share links with your Remind classes in a single click.", "author": "Connor Pierson", "browser_action": { "default_icon": "icons\/logosquare128.png" }, "icons": { "16": "icons\/logosquare16.png", "48": "icons\/logosquare48.png", "128": "icons\/logosquare128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |