Janky inContact iFramer

Have MAXX on tsops!

Wat is Janky inContact iFramer?

Janky inContact iFramer is een Chrome-extensie ontwikkeld door fow5040, en de belangrijkste functie is "Have MAXX on tsops!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Janky inContact iFramer

Download Janky inContact iFramer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Janky inContact iFramer Janky inContact iFramer
ID jcbfbficimjiaifjolclaconocpegaii
Officiële URL https://chrome.google.com/webstore/detail/jcbfbficimjiaifjolclaconocpegaii
Beschrijving Have MAXX on tsops!
Bestandsgrootte 10.25 KB
Aantal Installaties 19
Huidige Versie 1.1
Laatst Bijgewerkt 2018-08-16
Publicatiedatum 2018-08-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar fow5040
Betalingswijze free
Ondersteunde Talen 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
}