Event Tracker

Helps manage events and get notified ... in short an event planner.

Event Trackerとは何ですか?

Event TrackerはVinod Sebastianによって開発されたChromeの拡張機能で、その主な機能は「Helps manage events and get notified ... in short an event planner.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Event Tracker拡張機能のCRXファイルをダウンロード

Event Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Event Tracker has facility to create, edit, delete, postpone, complete, cancel events. It also provides browser alerts. In short it acts as an event planner.                    

拡張機能の基本情報

名前 Event Tracker Event Tracker
ID meegfanlfhnhpjcbfjpnegaccaimmijd
公式URL https://chromewebstore.google.com/detail/event-tracker/meegfanlfhnhpjcbfjpnegaccaimmijd
説明 Helps manage events and get notified ... in short an event planner.
ファイルサイズ 643 KB
インストール数 22
現在のバージョン 1.0.1
最終更新日 2022-08-07
公開日 2022-02-24
評価 5.00/5 合計 1 レビュー
開発者 Vinod Sebastian
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Helps manage events and get notified ... in short an event planner.",
    "manifest_version": 3,
    "name": "Event Tracker",
    "version": "1.0.1",
    "homepage_url": "https:\/\/vinodsebastian.com\/eventtracker\/",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_title": "Event Tracker",
        "default_popup": "eventtracker.html",
        "default_icon": {
            "32": "icons\/icon-32.png"
        }
    },
    "permissions": [
        "storage",
        "notifications",
        "background",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon.jpg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}