Dashboard Refresher & Tabs Revolver/Carousel

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

什麼是Dashboard Refresher & Tabs Revolver/Carousel?

Dashboard Refresher & Tabs Revolver/Carousel是由Abaav開發的Chrome擴展程式,該擴展的主要功能是“Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav”。

擴展截圖

screenshot

下載Dashboard Refresher & Tabs Revolver/Carousel擴展crx文件

下載Dashboard Refresher & Tabs Revolver/Carousel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically refresh Salesforce dashboards, reports and rotate through open tabs                    

擴展基本資訊

名稱 Dashboard Refresher & Tabs Revolver/Carousel Dashboard Refresher & Tabs Revolver/Carousel
ID njojjgfflfhiiajlkdfgofamppiincao
官方網址 https://chromewebstore.google.com/detail/dashboard-refresher-tabs/njojjgfflfhiiajlkdfgofamppiincao
簡介 Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav
檔案大小 65.58 KB
安裝次數 888
目前版本 0.0.0.1
更新時間 2020-06-12
上架時間 2020-06-11
評分 5.00/5 共 3 次評分
開發者 Abaav
電子郵箱 [email protected]
付費類型 free
擴展官網 https://abaav.com/
支援的語言 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"
}