Wonder Quick Access

Quick access to Wonder when you need it most

Cos'è Wonder Quick Access?

Wonder Quick Access è un'estensione di Chrome sviluppata da https://askwonder.com, e la sua funzione principale è "Quick access to Wonder when you need it most".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wonder Quick Access

Scarica i file di estensione Wonder Quick Access 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

                        Wonder saves you time researching for pitches and projects, so you can focus on the higher impact thinking that really matters. How it works: tell us what you need to know. Our network of research experts do the digging and return a detailed write-up and resources within 24 hours. 

Wonder's handy chrome extension adds a quick-access button for you to leverage when needed.                    

Informazioni di Base sull'Estensione

Nome Wonder Quick Access Wonder Quick Access
ID iihmnilplhfnmecpomjmmpfddlfcfhjc
URL Ufficiale https://chromewebstore.google.com/detail/wonder-quick-access/iihmnilplhfnmecpomjmmpfddlfcfhjc
Descrizione Quick access to Wonder when you need it most
Dimensione del File 21.23 KB
Conteggio Installazioni 17
Versione Corrente 0.9.1.2
Ultimo Aggiornamento 2016-05-31
Data di Pubblicazione 2016-05-31
Sviluppatore https://askwonder.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://askwonder.com
URL della Pagina della Politica sulla Privacy https://askwonder.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wonder Quick Access",
    "author": "Michael Kohen",
    "version": "0.9.1.2",
    "manifest_version": 2,
    "description": "Quick access to Wonder when you need it most",
    "homepage_url": "http:\/\/askwonder.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.www.google.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.www.google.com\/maps*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "askwonder.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Ask Wonder",
        "default_icon": "logo.png"
    },
    "permissions": [
        "*:\/\/*.google.com\/*"
    ]
}