Dashboard Refresher & Tabs Revolver/Carousel

Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav

What is Dashboard Refresher & Tabs Revolver/Carousel?

Dashboard Refresher & Tabs Revolver/Carousel is a Chrome extension developed by Abaav, and its main feature is "Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav".

Extension Screenshots

screenshot

Download Dashboard Refresher & Tabs Revolver/Carousel Extension CRX File

Download Dashboard Refresher & Tabs Revolver/Carousel 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

                        Automatically refresh Salesforce dashboards, reports and rotate through open tabs                    

Extension Basic Information

Name Dashboard Refresher & Tabs Revolver/Carousel Dashboard Refresher & Tabs Revolver/Carousel
ID njojjgfflfhiiajlkdfgofamppiincao
Official URL https://chromewebstore.google.com/detail/dashboard-refresher-tabs/njojjgfflfhiiajlkdfgofamppiincao
Description Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav
File Size 65.58 KB
Installation Count 888
Current Version 0.0.0.1
Last Updated 2020-06-12
Publish Date 2020-06-11
Rating 5.00/5 Total 3 Ratings
Developer Abaav
Email [email protected]
Payment Type free
Extension Website https://abaav.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "revolver_t_19.png",
        "default_title": "Abaav - Automatically refresh salesforce dashboards, reports and rotate through open tabs."
    },
    "description": "Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav",
    "icons": {
        "128": "revolver_t_128.png",
        "48": "revolver_t_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "name": "Dashboard Refresher & Tabs Revolver\/Carousel",
    "permissions": [
        "storage",
        "tabs",
        "idle",
        "*:\/\/*.cloudforce.com\/*",
        "*:\/\/*.force.com\/*",
        "*:\/\/*.salesforce.com\/*"
    ],
    "version": "0.0.0.1"
}