Remind Share Button
Share links with your Remind classes in a single click.
What is Remind Share Button?
Remind Share Button is a Chrome extension developed by https://www.remind.com, and its main feature is "Share links with your Remind classes in a single click.".
Extension Screenshots
Download Remind Share Button Extension CRX File
Download Remind Share Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Save time and extend learning beyond the classroom by sharing resources with your Remind classes.
Extension Basic Information
Name | |
ID | fidipdaiencjpnmkjcebeclkgalhcedi |
Official URL | https://chromewebstore.google.com/detail/remind-share-button/fidipdaiencjpnmkjcebeclkgalhcedi |
Description | Share links with your Remind classes in a single click. |
File Size | 1.8 MB |
Installation Count | 277 |
Current Version | 1.1 |
Last Updated | 2017-09-29 |
Publish Date | 2017-09-29 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://www.remind.com |
Payment Type | free |
Supported Languages | 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" ] } |