Talentis

Talentis Browser Extension

ما هو Talentis؟

Talentis هو إضافة Chrome تم تطويرها بواسطة Ikiru People، والميزة الرئيسية لها هي "Talentis Browser Extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Talentis

قم بتنزيل ملفات الامتداد Talentis بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.talentis.global/
عنوان صفحة سياسة الخصوصية 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'"
    }
}