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…

What is New Work Buzzwords?

New Work Buzzwords is a Chrome extension developed by newworkbuzzwords, and its main feature is "Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…".

Extension Screenshots

screenshot
screenshot
screenshot

Download New Work Buzzwords Extension CRX File

Download New Work Buzzwords extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name New Work Buzzwords New Work Buzzwords
ID ikaofhfoippadapmmifjjlkhbkoaidlj
Official URL https://chromewebstore.google.com/detail/new-work-buzzwords/ikaofhfoippadapmmifjjlkhbkoaidlj
Description Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…
File Size 7.89 MB
Installation Count 18
Current Version 0.0.0.2
Last Updated 2020-10-01
Publish Date 2020-04-10
Rating 5.00/5 Total 2 Ratings
Developer newworkbuzzwords
Email [email protected]
Payment Type free
Help Page URL https://www.api.leavinghierarchies.org/datapolicy
Privacy Policy Page URL https://api.leavinghierarchies.org/datapolicy
Supported Languages 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"
    }
}