FastInterviews Extension

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

FastInterviews Extension क्या है?

FastInterviews Extension https://fastinterviews.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FastInterviews Extension connects you with the best people at companies to secure a first interview"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FastInterviews Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}