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文件

下載Rapunzel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}