Rapunzel

This extension shows a company search result for the current page

Rapunzel là gì?

Rapunzel là một tiện ích mở rộng Chrome được phát triển bởi https://finactum.be, và tính năng chính của nó là "This extension shows a company search result for the current page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rapunzel

Tải xuống các tệp mở rộng Rapunzel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rapunzel Rapunzel
ID jjjdiibfooogchnodhaojfcgjaibnmcc
URL Chính Thức https://chromewebstore.google.com/detail/rapunzel/jjjdiibfooogchnodhaojfcgjaibnmcc
Mô tả This extension shows a company search result for the current page
Kích Thước Tệp 38.81 KB
Số Lần Cài Đặt 272
Phiên Bản Hiện Tại 0.99.0.1
Cập Nhật Lần Cuối 2017-05-16
Ngày Phát Hành 2017-05-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://finactum.be
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}