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…

Apa itu New Work Buzzwords?

New Work Buzzwords adalah ekstensi Chrome yang dikembangkan oleh newworkbuzzwords, dan fitur utamanya adalah "Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi New Work Buzzwords

Unduh file ekstensi New Work Buzzwords dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama New Work Buzzwords New Work Buzzwords
ID ikaofhfoippadapmmifjjlkhbkoaidlj
URL Resmi https://chromewebstore.google.com/detail/new-work-buzzwords/ikaofhfoippadapmmifjjlkhbkoaidlj
Deskripsi Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…
Ukuran File 7.89 MB
Jumlah Instalasi 18
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2020-10-01
Tanggal Publikasi 2020-04-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang newworkbuzzwords
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.api.leavinghierarchies.org/datapolicy
URL Halaman Kebijakan Privasi https://api.leavinghierarchies.org/datapolicy
Bahasa yang Didukung 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"
    }
}