Invenias Extension

The Invenias Extension enables you to easily add people records to your database with the option to include them in existing…

Invenias Extension란 무엇입니까?

Invenias Extension은(는) Invenias Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Invenias Extension enables you to easily add people records to your database with the option to include them in existing…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The Invenias Extension enables you to easily add people records to your database with the option to include them in existing Assignment and/or Programme records.

The Invenias Extension has two modes; Basic and Full. The Basic Parse only captures the current position for quick data gathering, whilst the Full Parse enables you to create a record with multiple positions, qualifications and categories.

Version 1.0.17 adds the ability in Basic parse to set Progress Notes and Progress status when creating People and adding them as a Candidate to an Assignment.  

Version 1.0.18 fixes an issue where "Null" can be added to Progress Notes when basic parsing in certain workflows. 

Version 1.0.19 fixes an issue where the parser was stuck in a loading state when parsing some CVs.

Version 1.1.0 updated the extension framework for stability & security improvements                    

확장 프로그램 기본 정보

이름 Invenias Extension Invenias Extension
ID ehfgnibbcikohadnbkbdollhbphgeoki
공식 URL https://chromewebstore.google.com/detail/invenias-extension/ehfgnibbcikohadnbkbdollhbphgeoki
설명 The Invenias Extension enables you to easily add people records to your database with the option to include them in existing…
파일 크기 315 KB
설치 횟수 6,435
현재 버전 1.1.0
최근 업데이트 2022-11-27
출시 날짜 2020-06-03
평점 4.75/5 총 4 개의 평점
개발자 Invenias Ltd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.invenias.com
도움말 페이지 URL https://invenias.com/customer-services/support/
개인정보 보호 정책 페이지 URL https://www.invenias.com/privacy-notice
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Invenias Extension",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAle+9sk3WjFEM7bEzGNSQ6+z61AvXyX8MfH8R7WWZUJY8GvT3cJ1CpL3xIA44Cpgjbud4gFBBDs+VvwknuxF\/AHoDjcusiO76zL0uvg03mzVB+OVVqq94Btdgwlj7kbhxdEEV+HAGhJMwVGBM6vrSN2joA+nXtjldRv7utz56BkQbI39YONYuqRIo3BkE4hkE2xteHT6UdRT5TUCholP2YCJIhKK0EOp83kpixmjQkKRoiqfdpTl3ekibDo6OEzfbnm5Z0Sx4ClIn0o2CHmMKPLan3yrgInePxMU0+\/untEisGFbpPzhjPB+dQ16grgFY2jcHdHOHMb2EbW+FNbX9mQIDAQAB",
    "version": "1.1.0",
    "permissions": [
        "tabs",
        "activeTab",
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "http:\/\/*.inveniasnextgen.local:44444\/identity\/*"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script.js",
                "assets\/scripts\/generic.js"
            ],
            "css": [
                "assets\/css\/iframe_fix.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": [],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/scripts\/generic.js",
                "assets\/image\/background.jpg",
                "assets\/image\/invenias-logo.svg",
                "assets\/css\/iframe_fix.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/assets\/image\/favicon.png"
    },
    "oauth2": {
        "client_id": "WebApp",
        "scopes": [
            "openid",
            "api",
            "profile",
            "email"
        ],
        "response_type": "id_token token",
        "redirect_uri": "https:\/\/ehfgnibbcikohadnbkbdollhbphgeoki.chromiumapp.org\/login-complete\/",
        "acr_values": "form_factor=2 deviceId=bfebd3b9-c33b-499f-9873-88ff6cdddc03 deviceName=ChromeParser"
    }
}