Talentis

Talentis Browser Extension

Cos'è Talentis?

Talentis è un'estensione di Chrome sviluppata da Ikiru People, e la sua funzione principale è "Talentis Browser Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Talentis

Scarica i file di estensione Talentis in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Talentis Talentis
ID hgbplfnfmnkppncnjflhdbpmgnolkcii
URL Ufficiale https://chromewebstore.google.com/detail/talentis/hgbplfnfmnkppncnjflhdbpmgnolkcii
Descrizione Talentis Browser Extension
Dimensione del File 7.45 MB
Conteggio Installazioni 747
Versione Corrente 2.0.22
Ultimo Aggiornamento 2024-02-19
Data di Pubblicazione 2021-01-31
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Ikiru People
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.talentis.global/
URL della Pagina di Aiuto https://www.talentis.global/
URL della Pagina della Politica sulla Privacy https://www.ikirupeople.com/privacy-policy
Lingue Supportate 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'"
    }
}