QlikView Access Point

Navigate through your QlikView Access Point documents in Chrome

Was ist QlikView Access Point?

QlikView Access Point ist eine Chrome-Erweiterung, die von https://sstoichev.eu entwickelt wurde, und ihr Hauptmerkmal ist "Navigate through your QlikView Access Point documents in Chrome".

Erweiterungsscreenshots

screenshot
screenshot

QlikView Access Point-Erweiterungs-CRX-Datei herunterladen

Laden Sie QlikView Access Point-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easy and quick way to open Qlikview document from any Qlikview Access Point. 

The extension will show the same set of documents as the original Access Point. 

Should work with "Alternate login page" and "Default login page "

You can start with setting up official Qlik demo page as test (http://eu-b.demo.qlik.com)

This is not official Qlik extension.


Change Log:
v2.0.6 (2018-01-22)
* fixed bug with generating the doc link
v2.0.4 (2018-01-20)
* the extension was re-build and now is using vue.js framework
v1.7.3 (2014-10-01)
* Added background page that will trigger doc reload from all servers every 10 mins
* In options page is added button to force load the documents list
* Added sorting options in GUI. Two main sorting options are available
  - Title, Server, Last Modified and Last Updated
  - Ascending and Descending 
* Fixed the cookie update command to get all docs every time
 
v1.3 (2014-09-28)
* Multi access points - display documents from many access points at once
* Extended search - you can search by document category, server name tag, server url (+ document name ofc.)
* Coloring - define color code based on the server - in the list with document this color will be shown
* Code cleanup
* Fixes

v0.7 (2014-09-25)
* Fixed login issue

v0.6 (2014-09-25)
* Code clean up
* Error handling

v0.5 (2014-09-25)
Options page is redesigned

v0.4 (2014-09-24)
Initial Release                    

Grundlegende Informationen zur Erweiterung

Name QlikView Access Point QlikView Access Point
ID bffmjibnpahmflmhdhkiippboihplcoo
Offizielle URL https://chromewebstore.google.com/detail/qlikview-access-point/bffmjibnpahmflmhdhkiippboihplcoo
Beschreibung Navigate through your QlikView Access Point documents in Chrome
Dateigröße 961 KB
Installationsanzahl 492
Aktuelle Version 2.0.6
Letztes Update 2018-01-22
Veröffentlichungsdatum 2018-01-22
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://sstoichev.eu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://sstoichev.eu/2014/09/28/qlikview-access-point-chrome-extension/
Hilfeseite URL http://sstoichev.eu/2014/09/28/qlikview-access-point-chrome-extension/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QlikView Access Point",
    "description": "Navigate through your QlikView Access Point documents in Chrome",
    "version": "2.0.6",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "QlikView Access Point",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'"
}