Rapunzel

This extension shows a company search result for the current page

Rapunzel란 무엇입니까?

Rapunzel은(는) https://finactum.be에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows a company search result for the current page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Rapunzel 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Rapunzel by Financtum ™ is a Chrome extension that tracks any valid Belgian company VAT identification on a browser page. Upon hoovering over the identified VAT string, a summary of company info and financial data is shown in the upper right corner of the screen. There are 4 blocks of information available: general company info, summary balance sheet info, a graph with financial performance and a list of directors. Each block can be set ON or OFF. The extension has also on itself a ON/OFF switch so it does not delay performance on pages where it is not relevant (such as e.g. LinkedIn pages). The resolution of the image can be adapted to the screen resolution. Rapunzel attaches a link to the identified string which -upon clicking- leads you to a detailed company information page at the Finactum site.                    

확장 프로그램 기본 정보

이름 Rapunzel Rapunzel
ID jjjdiibfooogchnodhaojfcgjaibnmcc
공식 URL https://chromewebstore.google.com/detail/rapunzel/jjjdiibfooogchnodhaojfcgjaibnmcc
설명 This extension shows a company search result for the current page
파일 크기 38.81 KB
설치 횟수 272
현재 버전 0.99.0.1
최근 업데이트 2017-05-16
출시 날짜 2017-05-16
평점 5.00/5 총 3 개의 평점
개발자 https://finactum.be
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rapunzel",
    "description": "This extension shows a company search result for the current page",
    "version": "0.99.0.1",
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "browser_action": {
        "name": "Info",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_title": "Rapunzel by Finactum v0.99",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js",
                "jquery.safeReplace.js",
                "background.js"
            ],
            "css": [
                "customStyles.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/beta.finactum.com\/",
        "https:\/\/www.finactum.be\/",
        "storage"
    ],
    "options_page": "popup.html"
}