HelloWoofy.com Chrome Extension

Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!

Cos'è HelloWoofy.com Chrome Extension?

HelloWoofy.com Chrome Extension è un'estensione di Chrome sviluppata da HelloWoofy.com Team, e la sua funzione principale è "Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HelloWoofy.com Chrome Extension

Scarica i file di estensione HelloWoofy.com Chrome Extension 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

                        👋 Welcome to the HelloWoofy.com Google Chrome extension. Here, you can use the powerful technology to add content from anywhere on the internet (ie articles) or schedule posts directly from the page you're itself. We make it simple. You can also use the built in autocomplete feature to type entire blog posts, social media posts, notes, emails and more and double click to swap out words for relevant emojis. Check your settings to see more. 🎉

👉 Visit HelloWoofy.com for more information. If you need any help at all, feel free to email, [email protected] or schedule a free demo via your home tab inside the HelloWoofy.com account under, “Need a Paw?”. ✔️                    

Informazioni di Base sull'Estensione

Nome HelloWoofy.com Chrome Extension HelloWoofy.com Chrome Extension
ID ngkckoececbjandmkgdcedfkgdbaomfl
URL Ufficiale https://chromewebstore.google.com/detail/hellowoofycom-chrome-exte/ngkckoececbjandmkgdcedfkgdbaomfl
Descrizione Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!
Dimensione del File 115 KB
Conteggio Installazioni 2,203
Versione Corrente 4.0.9
Ultimo Aggiornamento 2022-01-11
Data di Pubblicazione 2020-06-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore HelloWoofy.com Team
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://HelloWoofy.com
URL della Pagina di Aiuto https://HelloWoofy.com
URL della Pagina della Politica sulla Privacy https://www.hellowoofy.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HelloWoofy.com Chrome Extension",
    "description": "Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!",
    "version": "4.0.9",
    "icons": {
        "16": "images\/woofy_16.png",
        "32": "images\/woofy_32.png",
        "48": "images\/woofy_48.png",
        "64": "images\/woofy_64.png",
        "128": "images\/woofy_128.png"
    },
    "options_page": "options\/options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "css\/main.css"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "js\/lib\/jquery-3.4.1.slim.min.js",
                "js\/end.js",
                "js\/textareaCaretPosition.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/lib\/p5.min.js 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/woofy_16.png",
            "32": "images\/woofy_32.png",
            "48": "images\/woofy_48.png",
            "64": "images\/woofy_64.png",
            "128": "images\/woofy_128.png"
        },
        "default_title": "Woofy",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "images\/woofy_32.png",
        "assets\/Open_Sans\/*"
    ]
}