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…

Hvad er New Work Buzzwords?

New Work Buzzwords er en Chrome-udvidelse udviklet af newworkbuzzwords, og dens hovedfunktion er "Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download New Work Buzzwords-udvidelses-CRX-fil

Download New Work Buzzwords-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn New Work Buzzwords New Work Buzzwords
ID ikaofhfoippadapmmifjjlkhbkoaidlj
Officiel URL https://chromewebstore.google.com/detail/new-work-buzzwords/ikaofhfoippadapmmifjjlkhbkoaidlj
Beskrivelse Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…
Filstørrelse 7.89 MB
Antal Installationer 18
Nuværende Version 0.0.0.2
Senest Opdateret 2020-10-01
Udgivelsesdato 2020-04-10
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler newworkbuzzwords
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://www.api.leavinghierarchies.org/datapolicy
URL til Fortrolighedspolitik Side https://api.leavinghierarchies.org/datapolicy
Understøttede Sprog 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"
    }
}