INTLX SideKick

View related information to the different provisions of the Securities and Futures Act (SFA) as you conduct legal research on SFA.

INTLX SideKick là gì?

INTLX SideKick là một tiện ích mở rộng Chrome được phát triển bởi INTELLLEX.com, và tính năng chính của nó là "View related information to the different provisions of the Securities and Futures Act (SFA) as you conduct legal research on SFA.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng INTLX SideKick 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

                        View related information to each provision of the Singapore Securities and Futures Act (SFA) and the Personal Data Protection Act (PDPA) as you conduct legal research on these two pieces of legislation.
 
The SideKick extension improves the efficiency of your legal research by displaying relevant information to the provisions in SFA and PDPA as you browse the legislations on the Singapore Statutes Online website.

The relevant information for SFA includes:
    - Subsidiary legislations that states exemptions and explanations of the SFA provisions
    - MAS materials such as notices, forms, codes, consultations, guidelines and other materials

The relevant information for PDPA includes:
   - Subsidiary legislations that states exemptions and explanations of the PDPA provisions
   - Personal Data Protection Commission (PDPC) materials such as consultations, guidelines, FAQs, enforcement decisions and other materials

HOW IT WORKS

Once the extension is installed, a green tab containing a number at the top right hand corner of the Singapore Statutes Online (SSO) website will be added. The number on the green tab signifies the number of relevant resources detected in relation to the provision of the SFA or PDPA which you are browsing. 

Upon clicking on the green tab, a window will open at the side of the SSO website to display the relevant information. The relevant information is presented in two separate sub-tabs, one for subsidiary legislations and another for materials issued by the relevant authorities. If you have minimised the tab, clicking on the green tab again will bring up the relevant information for the SFA or PDPA provision which you are currently reading.

Clicking on any of the related resources will bring you directly to the actual document in its native site. 

*Please note that the extension currently only works on the SFA and the PDPA, when viewed on the SSO website. We are looking to expand the capabilities of the extension to cover other legislations in future.

TROUBLESHOOT

If you’re downloading this on your work computer, you might run into permission issues. Please speak with your company’s IT administrator to allow the installation of the extension.

For any further assistance, please contact us at [email protected].                    

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

Tên INTLX SideKick INTLX SideKick
ID ghbegaeljfckocgmionolknkadlhncpg
URL Chính Thức https://chrome.google.com/webstore/detail/intlx-sidekick/ghbegaeljfckocgmionolknkadlhncpg
Mô tả View related information to the different provisions of the Securities and Futures Act (SFA) as you conduct legal research on SFA.
Kích Thước Tệp 402 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2021-04-15
Ngày Phát Hành 2021-02-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển INTELLLEX.com
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": "INTLX SideKick",
    "description": "View related information to the different provisions of the Securities and Futures Act (SFA) as you conduct legal research on SFA.",
    "version": "1.4.2",
    "manifest_version": 2,
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "storage",
        "https:\/\/sso.agc.gov.sg\/*",
        "https:\/\/www.mas.gov.sg\/*",
        "*:\/\/*.intelllex.com\/*"
    ],
    "web_accessible_resources": [
        "fonts\/*.ttf",
        "options.html"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}