ModernLoop Extension

ModernLoop extension

Co to jest ModernLoop Extension?

ModernLoop Extension to rozszerzenie Chrome opracowane przez modernloop, a jego główną funkcją jest „ModernLoop extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ModernLoop Extension

Pobierz pliki rozszerzeń ModernLoop Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Modernloop is a productivity tool for recruiting co-ordinators. It integrates with Application tracking systems like Greenhouse, Lever or Ashby. As part of this extension Modernloop gives an option to user to open Greenhouse, Lever or Ashby candidate profile in Modernloop in a new tab.                    

Podstawowe informacje o rozszerzeniu

Nazwa ModernLoop Extension ModernLoop Extension
ID bdljmpplpbibfkejhafjkngnhkenpnoi
Oficjalny URL https://chromewebstore.google.com/detail/modernloop-extension/bdljmpplpbibfkejhafjkngnhkenpnoi
Opis ModernLoop extension
Rozmiar pliku 1.37 MB
Liczba instalacji 768
Aktualna Wersja 2.0.4
Ostatnia Aktualizacja 2023-09-27
Data Publikacji 2021-04-27
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper modernloop
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://modernloop.io/
Adres URL Strony Pomocy https://modernloop.io/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ModernLoop Extension",
    "version": "2.0.4",
    "manifest_version": 3,
    "description": "ModernLoop extension",
    "icons": {
        "16": ".\/images\/logo-16x16.png",
        "32": ".\/images\/logo-28x28.png",
        "64": ".\/images\/logo-56x56.png"
    },
    "background": {
        "service_worker": ".\/background.bundle.js"
    },
    "options_page": ".\/options.html",
    "action": [],
    "permissions": [
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                ".\/css\/styles.css",
                "panel.html",
                "floating_button.bundle.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "host_permissions": [
        "https:\/\/*.greenhouse.io\/*",
        "https:\/\/hire.sandbox.lever.co\/*",
        "https:\/\/hire.lever.co\/*",
        "https:\/\/app.ashbyhq.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "ids": [
            "mpkemeanbbaelkeoaabonipejipcffhi",
            "bdljmpplpbibfkejhafjkngnhkenpnoi"
        ],
        "matches": [
            "*:\/\/localhost:*\/*",
            "https:\/\/*.modernloop.io\/*",
            "https:\/\/*.modernloop.com\/*"
        ]
    }
}