Janky inContact iFramer

Have MAXX on tsops!

Janky inContact iFramerとは何ですか?

Janky inContact iFramerはfow5040によって開発されたChromeの拡張機能で、その主な機能は「Have MAXX on tsops!」です。

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

screenshot

Janky inContact iFramer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Your tsops page will now be jammed in a (dynamic) iframe, and your incontact agent will be stuck inside another iframe! Automatically regenerates the tsops page.

The TSOPS url used for the iframe will be whatever you originally enter.                    

拡張機能の基本情報

名前 Janky inContact iFramer Janky inContact iFramer
ID jcbfbficimjiaifjolclaconocpegaii
公式URL https://chrome.google.com/webstore/detail/jcbfbficimjiaifjolclaconocpegaii
説明 Have MAXX on tsops!
ファイルサイズ 10.25 KB
インストール数 19
現在のバージョン 1.1
最終更新日 2018-08-16
公開日 2018-08-16
評価 5.00/5 合計 1 レビュー
開発者 fow5040
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Janky inContact iFramer",
    "version": "1.1",
    "description": "Have MAXX on tsops!",
    "permissions": [
        "tabs",
        "*:\/\/tsops\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tsops\/*"
            ],
            "js": [
                "iframer.js"
            ]
        }
    ],
    "manifest_version": 2
}