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
公式URL 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
Eメール [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"
}