Talentis

Talentis Browser Extension

Wat is Talentis?

Talentis is een Chrome-extensie ontwikkeld door Ikiru People, en de belangrijkste functie is "Talentis Browser Extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Talentis

Download Talentis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Talentis Talentis
ID hgbplfnfmnkppncnjflhdbpmgnolkcii
Officiële URL https://chromewebstore.google.com/detail/talentis/hgbplfnfmnkppncnjflhdbpmgnolkcii
Beschrijving Talentis Browser Extension
Bestandsgrootte 7.45 MB
Aantal Installaties 747
Huidige Versie 2.0.22
Laatst Bijgewerkt 2024-02-19
Publicatiedatum 2021-01-31
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Ikiru People
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.talentis.global/
Help Pagina-URL https://www.talentis.global/
URL van de Privacybeleid Pagina https://www.ikirupeople.com/privacy-policy
Ondersteunde Talen 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'"
    }
}