IEability - Open in IE

IEability, run Internet Explorer in Chrome, use IE Tab mode to display your web pages, and seamlessly switch between IE and Chrome

Co je IEability - Open in IE?

IEability - Open in IE je rozšíření Chrome vyvinuté https://ieability.com, a jeho hlavní funkcí je „IEability, run Internet Explorer in Chrome, use IE Tab mode to display your web pages, and seamlessly switch between IE and Chrome“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření IEability - Open in IE

Stáhněte si soubory rozšíření IEability - Open in IE ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        IEability is a wonderful Chrome extension which allows you to open in IE, allowing you to at least stick to only one browser.

IEability uses the IE (Internet Explorer) rendering engine to simulate IE in Chrome and open web pages in IE tab mode, open IE tab just like using Chrome tab.

This is the most popular and powerful IE emulator. Support multiple browsing modes, such as IE7, IE8, IE9, IE10, IE11.

******FEATURES******

* Automatic cookie synchronization, seamless switching between chrome and ie mode, to avoid repeated logins.

* Old version website support, backward compatible with IE6, IE7, IE8, IE9, IE11.

* Sharepoint, ActiveX, Silverlight? Run them seamlessly and transparently in Chrome without switching browsers.

* Developer tools support, you can use native IE (Internet Explorer)  developer tools to debug scripts

!!!!!!Please note that IEability for Windows requires the use of a separate executable file, ieability.exe. You can learn more about this in the FAQ below.


-- FREQUENTLY ASKED QUESTIONS --

1. Why do I have to install ieability.exe?

IEability uses the Internet Explorer rendering engine. This rendering engine cannot be accessed directly from the Chrome extension, so we need a helper to talk between the Chrome extension and the rendering engine. 

2. Is the ieability.exe safe?

Absolutely safe! IEability has always used native code, and we have always attached great importance to user security. The software package has passed (Microsoft, Kaspersky, Malwarebytes, BitDefender, Symantec, 360, Tencent Butler) security certification. You can rest assured that this helper executable file is safe and reliable.

virustotal scan result defails: https://www.virustotal.com/gui/file/123437a7f07d96d245681620b4103af2e05b2dab3a7e22a6d987e734e975bcaf

3. Is the ieability extra program always required?

Yes. Starting with Chrome 43, Chrome no longer supports the NPAPI, so we were forced to implement a new solution that required a separate helper executable that communicates with Chrome and implements all the features of Internet Explorer, more information: https://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html

4. What is the installation location of ieability.exe?

c:\Users\(your computer name)\AppData\Local\ieability\ieability.exe

5. Why you need a license code?

Basic features are free, if you need to unlock advanced features you need to purchase a license

The Privacy Policy for the IEability extension can be found here:  https://ieability.com/privacy.html                    

Základní Informace o Rozšíření

Název IEability - Open in IE IEability - Open in IE
ID moffahdcgnjnglbepimcggkjacdmpojc
Oficiální URL https://chromewebstore.google.com/detail/ieability-open-in-ie/moffahdcgnjnglbepimcggkjacdmpojc
Popis IEability, run Internet Explorer in Chrome, use IE Tab mode to display your web pages, and seamlessly switch between IE and Chrome
Velikost souboru 1012 KB
Počet instalací 130,748
Aktuální Verze 2.22.1.0
Poslední Aktualizace 2024-01-23
Datum Vydání 2021-05-04
Hodnocení 4.14/5 Celkem 85 Hodnocení
Vývojář https://ieability.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ieability.com
URL Stránky Nápovědy https://ieability.com
URL Stránky Zásad Ochrany Soukromí https://ieability.com/privacy.html
Podporované Jazyky de,en,fr,es,it,ru,zh-CN,ja
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/ie_48.png",
        "default_title": "__MSG_default_title__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/ie_128.png",
        "16": "icons\/ie_16.png",
        "48": "icons\/ie_48.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.ieability.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content_ez.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9yqxRovbWNjOHBjnqUfW92k7D8HOmD9pYqWKWhqwYsSF\/qbC8jfACspJgjI\/1c0PzKIclqjefCRysvF37P0Mhe5CTdNwDjyJB53XV7NQy\/1Ij47+V\/gN9r7VPvdgcNadnOearXguT6n6+0ZJl4MnnuIRflH8tJm3RLothXeUNcsk0QoEtdscGt\/dNgqlNaPjFFXsXw8VOHN1PdtbTyz5Cn0Z34tk2pMn4D2njYTgusTDgb\/y20yqpa65LshpaX2RAWN5HHSuJV8BonXM2qrOQg+5zeVFDmbRGykpXh8txXVNbt\/BuiU+C4U4KeSqS1+vV\/P2MdVbjAJpWvhNBkKAuQIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "IEability - Open in IE",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "contextMenus",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.22.1.0"
}