TriSys

Integration with TriSys Recruitment CRM/ATS Database.

What is TriSys?

TriSys is a Chrome extension developed by https://trisys.co.uk, and its main feature is "Integration with TriSys Recruitment CRM/ATS Database.".

Extension Screenshots

screenshot
screenshot
screenshot

Download TriSys Extension CRX File

Download TriSys extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TriSys is a recruitment customer relationship management system, and this extension allows recruiters to pull data from web sites and to lookup CRM data when visiting web sites.                    

Extension Basic Information

Name TriSys TriSys
ID pdebgklbjlbnfdgpiidegkbnakmhgckj
Official URL https://chromewebstore.google.com/detail/trisys/pdebgklbjlbnfdgpiidegkbnakmhgckj
Description Integration with TriSys Recruitment CRM/ATS Database.
File Size 113 KB
Installation Count 147
Current Version 2022.1808.1600
Last Updated 2022-06-08
Publish Date 2020-02-11
Rating 5.00/5 Total 6 Ratings
Developer https://trisys.co.uk
Email [email protected]
Payment Type free
Extension Website https://www.trisys.co.uk
Help Page URL https://support.trisys.co.uk
Privacy Policy Page URL https://www.trisys.co.uk/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TriSys",
    "description": "Integration with TriSys Recruitment CRM\/ATS Database.",
    "version": "2022.1808.1600",
    "version_name": "2022.1808.1600",
    "author": "TriSys Business Software",
    "homepage_url": "https:\/\/trisys.co.uk",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "TriSys",
        "default_icon": "images\/19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*.linkedin.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/*.office.com\/",
        "https:\/\/*.trisys.co.uk\/",
        "storage",
        "declarativeContent",
        "webRequest",
        "webRequestBlocking"
    ]
}