New Work Buzzwords

Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…

Wat is New Work Buzzwords?

New Work Buzzwords is een Chrome-extensie ontwikkeld door newworkbuzzwords, en de belangrijkste functie is "Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie New Work Buzzwords

Download New Work Buzzwords-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

                        Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New Work Buzzwords on websites and highlights them. 

You'll never miss any more buzzwords. 🚀

You want to submit Buzzwords? 👉newworkbuzzwords.typeform.com/to/aJryyw


✌️Icons made by Freepik (www.flaticon.com)                    

Basisinformatie over de Extensie

Naam New Work Buzzwords New Work Buzzwords
ID ikaofhfoippadapmmifjjlkhbkoaidlj
Officiële URL https://chromewebstore.google.com/detail/new-work-buzzwords/ikaofhfoippadapmmifjjlkhbkoaidlj
Beschrijving Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…
Bestandsgrootte 7.89 MB
Aantal Installaties 18
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2020-10-01
Publicatiedatum 2020-04-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar newworkbuzzwords
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.api.leavinghierarchies.org/datapolicy
URL van de Privacybeleid Pagina https://api.leavinghierarchies.org/datapolicy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Work Buzzwords",
    "version": "0.0.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "72": "icons\/icon72.png",
        "192": "icons\/icon192.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "New Work"
    }
}