Janky inContact iFramer

Have MAXX on tsops!

Qu'est-ce que Janky inContact iFramer ?

Janky inContact iFramer est une extension Chrome développée par fow5040, et sa fonction principale est "Have MAXX on tsops!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Janky inContact iFramer

Téléchargez les fichiers d'extension Janky inContact iFramer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Janky inContact iFramer Janky inContact iFramer
ID jcbfbficimjiaifjolclaconocpegaii
URL Officiel https://chrome.google.com/webstore/detail/jcbfbficimjiaifjolclaconocpegaii
Description Have MAXX on tsops!
Taille du Fichier 10.25 KB
Nombre d'Installations 19
Version Actuelle 1.1
Dernière Mise à Jour 2018-08-16
Date de Publication 2018-08-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur fow5040
Type de Paiement free
Langues Prises en Charge 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
}