Waybook

Your business, on the same page.

Cos'è Waybook?

Waybook è un'estensione di Chrome sviluppata da Waybook, e la sua funzione principale è "Your business, on the same page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Waybook

Scarica i file di estensione Waybook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Waybook Waybook
ID imohdllcnocminngldkjpchmnkdcnlhj
URL Ufficiale https://chromewebstore.google.com/detail/waybook/imohdllcnocminngldkjpchmnkdcnlhj
Descrizione Your business, on the same page.
Dimensione del File 47.26 KB
Conteggio Installazioni 104
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-01-20
Data di Pubblicazione 2022-01-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Waybook
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.waybook.com/
URL della Pagina di Aiuto https://help.waybook.com/
URL della Pagina della Politica sulla Privacy https://www.waybook.com/privacy
Lingue Supportate 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"
    }
}