OtterWriter - Get Amazing Templates

The Open-Source of Templates

Cos'è OtterWriter - Get Amazing Templates?

OtterWriter - Get Amazing Templates è un'estensione di Chrome sviluppata da https://otterwriter.com, e la sua funzione principale è "The Open-Source of Templates".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OtterWriter - Get Amazing Templates

Scarica i file di estensione OtterWriter - Get Amazing Templates 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

                        OtterWriter is the easiest way to find and use templates.

• No more online searching
• No more time wasted on finding the right template
• No more back and forth on forgotten files on your computer

OtterWriter provides hundreds of day-2-day templates, updated and maintenanced on a daily basis.

With our extension, you can upload your own templates and use variables with a click of a button.

Anywhere, Everywhere. 
Just a simple copy-paste.

Remember, Walter loves you!                    

Informazioni di Base sull'Estensione

Nome OtterWriter - Get Amazing Templates OtterWriter - Get Amazing Templates
ID daihljcegomhhphlgpkchgdeoekaafff
URL Ufficiale https://chromewebstore.google.com/detail/otterwriter-get-amazing-t/daihljcegomhhphlgpkchgdeoekaafff
Descrizione The Open-Source of Templates
Dimensione del File 2.53 MB
Conteggio Installazioni 1,217
Versione Corrente 1.3
Ultimo Aggiornamento 2022-11-28
Data di Pubblicazione 2021-09-08
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore https://otterwriter.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://otterwriter.com
URL della Pagina della Politica sulla Privacy https://www.otterwriter.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OtterWriter - Get Amazing Templates",
    "description": "The Open-Source of Templates",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/assets\/js\/content.js"
            ]
        }
    ],
    "action": {
        "default_title": "OtterWriter",
        "default_icon": ".\/assets\/images\/logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/assets\/images\/logo.png",
        "48": ".\/assets\/images\/logo.png",
        "128": ".\/assets\/images\/logo.png"
    },
    "host_permissions": [
        "*:\/\/*.back-office-otterwriter.herokuapp.com\/api\/v1\/*",
        "*:\/\/*.otterwriter.com\/*"
    ],
    "permissions": [
        "cookies"
    ]
}