Waybook

Your business, on the same page.

Wat is Waybook?

Waybook is een Chrome-extensie ontwikkeld door Waybook, en de belangrijkste functie is "Your business, on the same page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Waybook

Download Waybook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Waybook Waybook
ID imohdllcnocminngldkjpchmnkdcnlhj
Officiële URL https://chromewebstore.google.com/detail/waybook/imohdllcnocminngldkjpchmnkdcnlhj
Beschrijving Your business, on the same page.
Bestandsgrootte 47.26 KB
Aantal Installaties 104
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-01-20
Publicatiedatum 2022-01-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Waybook
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.waybook.com/
Help Pagina-URL https://help.waybook.com/
URL van de Privacybeleid Pagina https://www.waybook.com/privacy
Ondersteunde Talen 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"
    }
}