attract.ai
Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.
Τι είναι το attract.ai;
Το attract.ai είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://attract.ai, και η κύρια λειτουργία του είναι "Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης attract.ai
Λήψη αρχείων επέκτασης attract.ai σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        Requires an attract.ai account -- visit our website to sign up.
Manage your talent pipelines, access message templates from the worlds best talent sourcers, and write, save, share, and send your own customisable templates.
🚀 Fast & Simple
Search & Message candidates in your attract.ai pipeline.
💡 Messaging Inspiration
Access outreach message templates written by the worlds best talent sourcers.
👱 Employer Branding
Your teams best performing messages accessible everywhere they source. Consistent Candidate Experience at scale.                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | leilgdlodkfpinieickphnogonghaocc | 
| Επίσημο URL | https://chromewebstore.google.com/detail/attractai/leilgdlodkfpinieickphnogonghaocc | 
| Περιγραφή | Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account. | 
| Μέγεθος Αρχείου | 40.19 KB | 
| Αριθμός Εγκαταστάσεων | 82 | 
| Τρέχουσα Έκδοση | 5.80.18.1834 r76851cdd | 
| Τελευταία Ενημέρωση | 2023-09-19 | 
| Ημερομηνία Δημοσίευσης | 2022-07-12 | 
| Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις | 
| Προγραμματιστής | https://attract.ai | 
| Ηλεκτρονικό ταχυδρομείο | [email protected] | 
| Τύπος Πληρωμής | free | 
| Υποστηριζόμενες Γλώσσες | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.80.18.1834",
    "name": "attract.ai",
    "description": "Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.",
    "version_name": "5.80.18.1834 r76851cdd",
    "manifest_version": 3,
    "icons": {
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "attract.ai",
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/attract.ai\/static\/ersatz_*\/index.html"
            ],
            "js": [
                "content_script.js"
            ]
        },
        {
            "world": "MAIN",
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/attract.ai\/static\/ersatz_*\/index.html"
            ],
            "js": [
                "content_script_aai_n.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/attract.ai\/*"
            ],
            "resources": [
                "icon-128.png",
                "icon-128-development.png",
                "wrapper.html",
                "attract-logo-white.svg"
            ]
        }
    ]
}  |  |