SevenRooms Data Tool

Tool used for loading data into the SevenRooms platform.

What is SevenRooms Data Tool?

SevenRooms Data Tool is a Chrome extension developed by SEVENROOMS, and its main feature is "Tool used for loading data into the SevenRooms platform.".

Extension Screenshots

screenshot

Download SevenRooms Data Tool Extension CRX File

Download SevenRooms Data Tool 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

                        Please contact your customer success manager for usage instructions.                    

Extension Basic Information

Name SevenRooms Data Tool SevenRooms Data Tool
ID pgiekdalfomjofoibmmabdkajiocgigf
Official URL https://chromewebstore.google.com/detail/sevenrooms-data-tool/pgiekdalfomjofoibmmabdkajiocgigf
Description Tool used for loading data into the SevenRooms platform.
File Size 35.13 KB
Installation Count 870
Current Version 1.9
Last Updated 2023-10-12
Publish Date 2019-04-03
Developer SEVENROOMS
Email [email protected]
Payment Type free
Extension Website https://sevenrooms.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SevenRooms Data Tool",
    "short_name": "SevenRoomsDT",
    "version": "1.9",
    "description": "Tool used for loading data into the SevenRooms platform.",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "downloads",
        "file:\/\/*",
        "*:\/\/*.sevenrooms.com\/"
    ],
    "web_accessible_resources": [
        ".\/dist\/background.js.map"
    ],
    "background": {
        "scripts": [
            ".\/dist\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "icons\/7r-store.png"
    },
    "browser_action": {
        "default_icon": "icons\/7r-error.png",
        "icons": {
            "128": "icons\/7r-error.png"
        },
        "default_popup": "popup.html"
    }
}