Rebtel Total

Rebtel Total

Rebtel Totalとは何ですか?

Rebtel Totalはhttp://codingeverything.comによって開発されたChromeの拡張機能で、その主な機能は「Rebtel Total」です。

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

screenshot

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

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

拡張機能の使用方法

                        Will add columns to Rebtel Account history that include cost per minute for each call as well as monthly totals per page.                    

拡張機能の基本情報

名前 Rebtel Total Rebtel Total
ID kjdfaimdbkkmpehdakdnhbgonnjmbafm
公式URL https://chrome.google.com/webstore/detail/rebtel-total/kjdfaimdbkkmpehdakdnhbgonnjmbafm
説明 Rebtel Total
ファイルサイズ 21.87 KB
インストール数 30
現在のバージョン 0.2
最終更新日 2015-08-16
公開日 2015-08-16
評価 5.00/5 合計 2 レビュー
開発者 http://codingeverything.com
支払い方法 free
拡張機能のウェブサイト https://github.com/KyleMit/RebtelTotals
ヘルプページのURL https://github.com/KyleMit/RebtelTotals/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rebtel Total",
    "version": "0.2",
    "description": "Rebtel Total",
    "icons": {
        "16": "Icons\/Logo16.png",
        "32": "Icons\/Logo32.png",
        "48": "Icons\/Logo48.png",
        "128": "Icons\/Logo128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.rebtel.com\/en\/account\/history\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}