ModernLoop Extension

ModernLoop extension

What is ModernLoop Extension?

ModernLoop Extension is a Chrome extension developed by modernloop, and its main feature is "ModernLoop extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download ModernLoop Extension Extension CRX File

Download ModernLoop Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ModernLoop Extension ModernLoop Extension
ID bdljmpplpbibfkejhafjkngnhkenpnoi
Official URL https://chromewebstore.google.com/detail/modernloop-extension/bdljmpplpbibfkejhafjkngnhkenpnoi
Description ModernLoop extension
File Size 1.37 MB
Installation Count 768
Current Version 2.0.4
Last Updated 2023-09-27
Publish Date 2021-04-27
Rating 5.00/5 Total 3 Ratings
Developer modernloop
Email [email protected]
Payment Type free
Extension Website https://modernloop.io/
Help Page URL https://modernloop.io/
Supported Languages 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\/*"
        ]
    }
}