Talentis

Talentis Browser Extension

什么是Talentis?

Talentis是由Ikiru People开发的Chrome扩展程序,该扩展的主要功能是“Talentis Browser Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Talentis扩展crx文件

下载Talentis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Talentis extension extends and complements the functionality of the Talentis CRM (https://www.taltentis.global).  It brings your data with you as you browse the internet and gives insights to hundreds of millions of people you don’t hold data about too.

Features of the Talentis extension:

- Context sensitive access to information as you browse the internet and websites such as news, corporate websites, social media, and professional public profiles 
- Enhanced Google search functionality allowing you generate complex search queries without understanding or writing nested Boolean logic, the results returned will also be enhanced by data from your Talentis CRM
- Instantly acquire email and telephone contact information for potential candidates directly from the app.  Contact information for more than 700 Million people is available in our app through our data partners. 
- Fast, easy to use project management functionality
- Export candidate pipelines to your ATS / CRM of choice. 
- Access sophisticated AI Search functionality designed to suggest potential candidates that might otherwise have been missed                    

扩展基本信息

名称 Talentis Talentis
ID hgbplfnfmnkppncnjflhdbpmgnolkcii
官方URL https://chromewebstore.google.com/detail/talentis/hgbplfnfmnkppncnjflhdbpmgnolkcii
简介 Talentis Browser Extension
文件大小 7.45 MB
安装次数 747
当前版本 2.0.22
更新时间 2024-02-19
上架时间 2021-01-31
评分 5.00/5 共3次评分
开发者 Ikiru People
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.talentis.global/
帮助页面URL https://www.talentis.global/
隐私政策页面URL https://www.ikirupeople.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talentis",
    "description": "Talentis Browser Extension",
    "version": "2.0.22",
    "manifest_version": 3,
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "storage",
        "tabs",
        "identity",
        "tabs",
        "webNavigation",
        "declarativeNetRequest",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.talentis.global\/",
        "https:\/\/*.talentis.global\/*",
        "https:\/\/*.linkedin.com\/",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/linkedin.com\/",
        "https:\/\/linkedin.com\/*",
        "https:\/\/localhost\/*",
        "*:\/\/*.chromiumapp.org\/"
    ],
    "action": {
        "default_icon": "img\/extension-32.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/extension-16.png",
        "32": "img\/extension-32.png",
        "48": "img\/extension-48.png",
        "128": "img\/extension-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/**\/*.png",
                "static\/**\/*.svg",
                "index.html",
                "signin-callback.html",
                "signin-callback.js",
                "signin-silent-callback.html",
                "signin-silent-callback.js",
                "logout-callback.html",
                "logout-callback.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/linkedin.com\/*",
                "https:\/\/linkedin.com\/",
                "https:\/\/*.linkedin.com\/",
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "config.js",
                "content-script.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "config.js",
                "google-content-script.js"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "config.js",
                "dom-scraper.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/*.talentis.global\/",
            "https:\/\/*.talentis.global\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}