Orion Extension

Sourcing Assistant

Orion Extension là gì?

Orion Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.talentseer.com, và tính năng chính của nó là "Sourcing Assistant".

Ả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 Orion Extension

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

                        Take notes on prospects' profile page while sourcing. Add candidate to your pipeline and streamline your workflow in browser.                    

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

Tên Orion Extension Orion Extension
ID ifokjgkebkikleiildemcddhhlcpalii
URL Chính Thức https://chrome.google.com/webstore/detail/ifokjgkebkikleiildemcddhhlcpalii
Mô tả Sourcing Assistant
Kích Thước Tệp 3.55 MB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.6.1
Cập Nhật Lần Cuối 2022-06-28
Ngày Phát Hành 2020-03-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.talentseer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://orion.talentseer.com
URL Trang Chính Sách Bảo Mật https://crossminds.ai/policies/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkEdPzoz0JNC6lcmm3XJlkfEsIcit\/Q1+S3b8KP2zjWor+plazTdQLieaVFgIV04pyV+vkEAprACUZTz9ZsSI6EbP2ivfhTYLUIMWO0f51ctjYZrMObi2KkEF3NdGNR1d3DlXY0dN0dIsrXABSMgrD62cOr4\/qX7\/QkWKzo\/\/9buH\/5G6t+aXxtsS3NLI44\/RpAGELxKQ306jYToGBs5x8TPi0qd2hkvarCOt0vo+tPwZRE89BNBef79AQynw1Ss7gY6Nk62F4k797TqCF6GbvskwY7QIxqUNonK4UAON9Mp7ARxZkrm+WUBiqSQ1jPJIAQp0ipToYy9fP\/ObA8974wIDAQAB",
    "name": "Orion Extension",
    "version": "1.6.1",
    "description": "Sourcing Assistant",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/www.linkedin.com\/*\/*",
                "https:\/\/www.linkedin.com\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "inboxsdk.js",
                "gmail.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "256": "images\/icon_256.png",
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "browser_action": {
        "default_icon": {
            "256": "images\/icon_256.png",
            "128": "images\/icon_128.png",
            "48": "images\/icon_48.png",
            "16": "images\/icon_16.png"
        },
        "default_title": "Orion Extension"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "http:\/\/www.linkedin.com\/*\/*",
        "https:\/\/www.linkedin.com\/*\/*",
        "storage",
        "identity",
        "identity.email",
        "https:\/\/orion-api.com\/",
        "https:\/\/dev-api.orion-api.com\/",
        "https:\/\/firebasestorage.googleapis.com\/*\/*",
        "https:\/\/firestore.googleapis.com\/*\/*",
        "https:\/\/api.orion-api.com\/",
        "https:\/\/mail.google.com\/*",
        "https:\/\/prod.orion-api.com\/rekcart\/*",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.googleusercontent.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/orion-api.com https:\/\/dev-api.orion-api.com https:\/\/securetoken.googleapis.com https:\/\/firebasestorage.googleapis.com https:\/\/firestore.googleapis.com https:\/\/www.googleapis.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/api.orion-api.com\/ https:\/\/dev-api.orion-api.com\/; object-src 'self'",
    "web_accessible_resources": [
        "images\/icons\/*.svg",
        "images\/*.png",
        "images\/*.svg",
        "content.js",
        "pdf.worker.min.js"
    ],
    "oauth2": {
        "client_id": "899790508854-rasr729iaqk9o7aq1dt0me3d12haaiso.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/mail.google.com",
            "https:\/\/www.google.com\/m8\/feeds\/",
            "https:\/\/www.googleapis.com\/auth\/calendar",
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}