Talentis

Talentis Browser Extension

Hvad er Talentis?

Talentis er en Chrome-udvidelse udviklet af Ikiru People, og dens hovedfunktion er "Talentis Browser Extension".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Talentis-udvidelses-CRX-fil

Download Talentis-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Talentis Talentis
ID hgbplfnfmnkppncnjflhdbpmgnolkcii
Officiel URL https://chromewebstore.google.com/detail/talentis/hgbplfnfmnkppncnjflhdbpmgnolkcii
Beskrivelse Talentis Browser Extension
Filstørrelse 7.45 MB
Antal Installationer 747
Nuværende Version 2.0.22
Senest Opdateret 2024-02-19
Udgivelsesdato 2021-01-31
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Ikiru People
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.talentis.global/
Hjælpeside-URL https://www.talentis.global/
URL til Fortrolighedspolitik Side https://www.ikirupeople.com/privacy-policy
Understøttede Sprog 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'"
    }
}