Janky inContact iFramer
Have MAXX on tsops!
What is Janky inContact iFramer?
Janky inContact iFramer is a Chrome extension developed by fow5040, and its main feature is "Have MAXX on tsops!".
Extension Screenshots
Download Janky inContact iFramer Extension CRX File
Download Janky inContact iFramer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jcbfbficimjiaifjolclaconocpegaii |
Official URL | https://chrome.google.com/webstore/detail/jcbfbficimjiaifjolclaconocpegaii |
Description | Have MAXX on tsops! |
File Size | 10.25 KB |
Installation Count | 19 |
Current Version | 1.1 |
Last Updated | 2018-08-16 |
Publish Date | 2018-08-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | fow5040 |
Payment Type | free |
Supported Languages | 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 } |