FastInterviews Extension

FastInterviews Extension connects you with the best people at companies to secure a first interview

Τι είναι το FastInterviews Extension;

Το FastInterviews Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fastinterviews.com, και η κύρια λειτουργία του είναι "FastInterviews Extension connects you with the best people at companies to secure a first interview".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης FastInterviews Extension

Λήψη αρχείων επέκτασης FastInterviews Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        We find the best people for you to connect with and help you generate messages you can use to reach out to them via Linkedin connect notes                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FastInterviews Extension FastInterviews Extension
ID fjlnhjhlblcejjfiodnaapbbmooodjcg
Επίσημο URL https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg
Περιγραφή FastInterviews Extension connects you with the best people at companies to secure a first interview
Μέγεθος Αρχείου 5.91 KB
Αριθμός Εγκαταστάσεων 54
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-02-28
Ημερομηνία Δημοσίευσης 2023-02-27
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://fastinterviews.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://fastinterviews.com/privacy_policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FastInterviews Extension",
    "version": "1.0",
    "description": "FastInterviews Extension connects you with the best people at companies to secure a first interview",
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.openai.com\/*"
    ],
    "action": {
        "default_title": "Click to show an alert"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.fastinterviews.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "cookies",
        "tabs"
    ]
}