QlikView Access Point

Navigate through your QlikView Access Point documents in Chrome

QlikView Access Point란 무엇입니까?

QlikView Access Point은(는) https://sstoichev.eu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Navigate through your QlikView Access Point documents in Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

QlikView Access Point 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 QlikView Access Point QlikView Access Point
ID bffmjibnpahmflmhdhkiippboihplcoo
공식 URL https://chromewebstore.google.com/detail/qlikview-access-point/bffmjibnpahmflmhdhkiippboihplcoo
설명 Navigate through your QlikView Access Point documents in Chrome
파일 크기 961 KB
설치 횟수 492
현재 버전 2.0.6
최근 업데이트 2018-01-22
출시 날짜 2018-01-22
평점 3.00/5 총 2 개의 평점
개발자 https://sstoichev.eu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://sstoichev.eu/2014/09/28/qlikview-access-point-chrome-extension/
도움말 페이지 URL http://sstoichev.eu/2014/09/28/qlikview-access-point-chrome-extension/
지원되는 언어 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'"
}