Rise Chrome Extension

Share announcements, positive news, educational content, and more!

Qu'est-ce que Rise Chrome Extension ?

Rise Chrome Extension est une extension Chrome développée par https://www.risevision.com, et sa fonction principale est "Share announcements, positive news, educational content, and more!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Rise Chrome Extension

Téléchargez les fichiers d'extension Rise Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        From sharing announcements, positive news, or events, Rise Chrome Extension makes it easy to keep your organization connected. 

With Rise Vision you can share content to digital signage, your website, and more. Now with the Rise Chrome Extension, you can see that same content every time you open a new tab. 

To get started add the Rise Chrome Extension, enter the Schedule URL you’d like to see, and then every time you open a new tab you’ll see your Rise Vision content! 

**To help our customers during this period we've made Rise Chrome Extension available for free to anyone with a Rise Vision subscription.**

-------------------------------------------

ABOUT RISE VISION
Are you wanting to communicate better? Maybe you're a school that wants to distribute a message regarding a school opening or a closing. Or maybe you want to boost morale and highlight a birthday, or an achievement, or an important event. Or perhaps you want to share company goals and accomplishments with employees now working from home.

Well, with your audience at home right now, it's harder than ever to get your message heard, there are so many channels, and so many notifications, emails just get archived, people don't pay attention! You need a centralized place where you can easily communicate with your audience, and where that audience will notice, even when they're at home. And that's where Rise Vision can help.

Most Organizations struggle to communicate with their audience. At Rise Vision, we help keep everyone in the know. Rise Vision is a cloud-based service that helps your organization communicate better and stay connected. We make keeping your organization connected easy or your money back. And now, we've made it even easier to communicate better. You can now reach your audience wherever they are, even at home

To use Rise Vision, you just:

1. Pick and customize your template 
2. Activate your display 
3. Share it anywhere (using this Chrome extension, for example!)

Communicate better, fast!

Keep your templates interesting with fresh, free, content ideas that we provide each week.

Rise Vision makes it easy to share your content at the push of button to:

- Your digital signage.
- To desktop browsers. (with this Chrome extension, for example!)
- As a URL.
- Your website or blog.
- Your intranet.
- Your Learning Management System, and more!

Keeping everyone in the know, wherever they may be, is now even easier. Publish once and reach your audience wherever they are. Remember, keeping your organization connected doesn't have to be difficult, we make it easy or your money back. To learn more about this exciting new product from Rise Vision visit us at risevision.com/anywhere.

HELP & SUGGESTIONS
If you have feedback or need help, you can open a support ticket here: https://www.risevision.com/contact-us

TERMS OF SERVICE, TERMS OF USE, AND PRIVACY POLICY
By installing the extension, you agree to the Rise Vision 

- Terms of Service (https://help.risevision.com/hc/en-us/articles/360000924446-Terms-of-Service)
- Terms of Use (https://help.risevision.com/hc/en-us/articles/360028973051-Terms-of-Use)
- Privacy Policy (https://help.risevision.com/hc/en-us/articles/360000915023-Privacy-Policy)

ABOUT PERMISSIONS
This extension requests the following permissions:

- We use Chrome local storage to store data locally to decrease the time it takes to show content
- We require the remote code permission in the extension to show the content for the extension. 
- We use content scripts in our welcome page and browser action button popup in order to capture input data using the chrome.storage API.                    

Informations de Base sur l'Extension

Nom Rise Chrome Extension Rise Chrome Extension
ID dkoohkdagjpgjheoaaegomjhdccfbcle
URL Officiel https://chromewebstore.google.com/detail/rise-chrome-extension/dkoohkdagjpgjheoaaegomjhdccfbcle
Description Share announcements, positive news, educational content, and more!
Taille du Fichier 28.2 KB
Nombre d'Installations 409
Version Actuelle 2021.02.12.7256
Dernière Mise à Jour 2022-05-24
Date de Publication 2020-06-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.risevision.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.risevision.com/
URL de la Page d'Aide https://www.risevision.com/contact-us
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rise Chrome Extension",
    "description": "Share announcements, positive news, educational content, and more!",
    "version": "2021.02.12.7256",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src https:\/\/cdn.segment.com\/ https:\/\/fast.wistia.com\/ 'self'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        }
    },
    "icons": {
        "16": "images\/icon-with-padding-16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon-with-padding-48.png",
        "128": "images\/icon-with-padding-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/storage.googleapis.com\/widgets.risevision.com\/creative-projects\/welcome\/*index.html"
            ],
            "all_frames": true,
            "js": [
                "welcome-content-script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/storage.googleapis.com\/widgets.risevision.com\/creative-projects\/welcome\/*schedule-url.html"
            ],
            "all_frames": true,
            "js": [
                "popup-content-script.js"
            ]
        }
    ]
}