Waybook

Your business, on the same page.

What is Waybook?

Waybook is a Chrome extension developed by Waybook, and its main feature is "Your business, on the same page.".

Extension Screenshots

screenshot

Download Waybook Extension CRX File

Download Waybook 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

                        Open and search your Waybook straight from within Chrome! You'll now have access to all of your documents no matter where you are on the web.                    

Extension Basic Information

Name Waybook Waybook
ID imohdllcnocminngldkjpchmnkdcnlhj
Official URL https://chromewebstore.google.com/detail/waybook/imohdllcnocminngldkjpchmnkdcnlhj
Description Your business, on the same page.
File Size 47.26 KB
Installation Count 104
Current Version 1.0.3
Last Updated 2022-01-20
Publish Date 2022-01-19
Rating 5.00/5 Total 1 Ratings
Developer Waybook
Email [email protected]
Payment Type free
Extension Website https://www.waybook.com/
Help Page URL https://help.waybook.com/
Privacy Policy Page URL https://www.waybook.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Waybook",
    "description": "Your business, on the same page.",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/assets\/js\/background.js"
    },
    "omnibox": {
        "keyword": "waybook"
    },
    "action": {
        "default_popup": "\/assets\/html\/popup.html",
        "default_icon": {
            "16": "\/assets\/images\/icon-16.png",
            "32": "\/assets\/images\/icon-32.png",
            "48": "\/assets\/images\/icon-48.png",
            "128": "\/assets\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/assets\/images\/icon-16.png",
        "32": "\/assets\/images\/icon-32.png",
        "48": "\/assets\/images\/icon-48.png",
        "128": "\/assets\/images\/icon-128.png"
    }
}