Empower your Workana experience with Prometheus' knowledge!
PrometheusWorkana is a powerful Chrome extension that provides users with the knowledge to pass Workana certification tests. It allows users to access tailored answers based on their profile, ensuring they meet the required level of proficiency.
- 🔍 Automated Test Assistance: Automatically selects and answers Workana certification tests.
- 🎯 Personalized Accuracy: Answers tailored to the user’s profile, ensuring appropriate level of precision.
- 🛡️ Secure and Ethical Use: Limits complete knowledge access to the extension creator.
├── AUTHORS.md
├── FUNDING.yml
├── LICENSE
├── README.md
├── background.js
├── content.js
├── images
│ ├── icon1024.png
│ ├── icon128.png
│ ├── icon144.png
│ ├── icon192.png
│ ├── icon48.png
│ ├── icon512.png
│ ├── icon72.png
│ ├── icon96.png
│ ├── screenshot-01.png
│ ├── screenshot-02.png
│ └── screenshot-03.png
├── manifest.json
├── node_modules
│ ├── @ampproject
│ ├── @babel
│ ├── @bcoe
│ ├── @istanbuljs
│ ├── @jest
│ ├── @jridgewell
│ ├── @sinclair
│ ├── @sinonjs
│ ├── @types
│ ├── abort-controller
│ ├── accepts
│ ├── agentkeepalive
│ ├── ansi-escapes
│ ├── ansi-regex
│ ├── ansi-styles
│ ├── anymatch
│ ├── argparse
│ ├── array-flatten
│ ├── asynckit
│ ├── babel-jest
│ ├── babel-plugin-istanbul
│ ├── babel-plugin-jest-hoist
│ ├── babel-preset-current-node-syntax
│ ├── babel-preset-jest
│ ├── balanced-match
│ ├── body-parser
│ ├── brace-expansion
│ ├── braces
│ ├── browserslist
│ ├── bser
│ ├── buffer-from
│ ├── bytes
│ ├── call-bind
│ ├── callsites
│ ├── camelcase
│ ├── caniuse-lite
│ ├── chalk
│ ├── char-regex
│ ├── ci-info
│ ├── cjs-module-lexer
│ ├── cliui
│ ├── clone
│ ├── co
│ ├── collect-v8-coverage
│ ├── color-convert
│ ├── color-name
│ ├── combined-stream
│ ├── concat-map
│ ├── content-disposition
│ ├── content-type
│ ├── convert-source-map
│ ├── cookie
│ ├── cookie-signature
│ ├── cors
│ ├── create-jest
│ ├── cross-spawn
│ ├── debug
│ ├── dedent
│ ├── deepmerge
│ ├── define-data-property
│ ├── delayed-stream
│ ├── depd
│ ├── destroy
│ ├── detect-newline
│ ├── diff-sequences
│ ├── ee-first
│ ├── electron-to-chromium
│ ├── emittery
│ ├── emoji-regex
│ ├── encodeurl
│ ├── error-ex
│ ├── es-define-property
│ ├── es-errors
│ ├── escalade
│ ├── escape-html
│ ├── escape-string-regexp
│ ├── esprima
│ ├── etag
│ ├── event-target-shim
│ ├── execa
│ ├── exit
│ ├── expect
│ ├── express
│ ├── express-rate-limit
│ ├── fast-json-stable-stringify
│ ├── fb-watchman
│ ├── fill-range
│ ├── finalhandler
│ ├── find-up
│ ├── form-data
│ ├── form-data-encoder
│ ├── formdata-node
│ ├── forwarded
│ ├── fresh
│ ├── fs
│ ├── fs.realpath
│ ├── function-bind
│ ├── gensync
│ ├── get-caller-file
│ ├── get-intrinsic
│ ├── get-package-type
│ ├── get-stream
│ ├── glob
│ ├── globals
│ ├── gopd
│ ├── graceful-fs
│ ├── groq-sdk
│ ├── has-flag
│ ├── has-property-descriptors
│ ├── has-proto
│ ├── has-symbols
│ ├── hasown
│ ├── helmet
│ ├── html-escaper
│ ├── http-errors
│ ├── https
│ ├── human-signals
│ ├── humanize-ms
│ ├── iconv-lite
│ ├── import-local
│ ├── imurmurhash
│ ├── inflight
│ ├── inherits
│ ├── ipaddr.js
│ ├── is-arrayish
│ ├── is-core-module
│ ├── is-fullwidth-code-point
│ ├── is-generator-fn
│ ├── is-number
│ ├── is-stream
│ ├── isexe
│ ├── istanbul-lib-coverage
│ ├── istanbul-lib-instrument
│ ├── istanbul-lib-report
│ ├── istanbul-lib-source-maps
│ ├── istanbul-reports
│ ├── jest
│ ├── jest-changed-files
│ ├── jest-circus
│ ├── jest-cli
│ ├── jest-config
│ ├── jest-diff
│ ├── jest-docblock
│ ├── jest-each
│ ├── jest-environment-node
│ ├── jest-get-type
│ ├── jest-haste-map
│ ├── jest-leak-detector
│ ├── jest-matcher-utils
│ ├── jest-message-util
│ ├── jest-mock
│ ├── jest-pnp-resolver
│ ├── jest-regex-util
│ ├── jest-resolve
│ ├── jest-resolve-dependencies
│ ├── jest-runner
│ ├── jest-runtime
│ ├── jest-snapshot
│ ├── jest-util
│ ├── jest-validate
│ ├── jest-watcher
│ ├── jest-worker
│ ├── js-tokens
│ ├── js-yaml
│ ├── jsesc
│ ├── json-parse-even-better-errors
│ ├── json5
│ ├── kleur
│ ├── leven
│ ├── lines-and-columns
│ ├── locate-path
│ ├── lru-cache
│ ├── make-dir
│ ├── makeerror
│ ├── media-typer
│ ├── merge-descriptors
│ ├── merge-stream
│ ├── methods
│ ├── micromatch
│ ├── mime
│ ├── mime-db
│ ├── mime-types
│ ├── mimic-fn
│ ├── minimatch
│ ├── ms
│ ├── natural-compare
│ ├── negotiator
│ ├── node-cache
│ ├── node-domexception
│ ├── node-fetch
│ ├── node-int64
│ ├── node-releases
│ ├── normalize-path
│ ├── npm-run-path
│ ├── object-assign
│ ├── object-inspect
│ ├── on-finished
│ ├── once
│ ├── onetime
│ ├── p-limit
│ ├── p-locate
│ ├── p-try
│ ├── parse-json
│ ├── parseurl
│ ├── path-exists
│ ├── path-is-absolute
│ ├── path-key
│ ├── path-parse
│ ├── path-to-regexp
│ ├── picocolors
│ ├── picomatch
│ ├── pirates
│ ├── pkg-dir
│ ├── pretty-format
│ ├── prompts
│ ├── proxy-addr
│ ├── pure-rand
│ ├── qs
│ ├── range-parser
│ ├── raw-body
│ ├── react-is
│ ├── require-directory
│ ├── resolve
│ ├── resolve-cwd
│ ├── resolve-from
│ ├── resolve.exports
│ ├── safe-buffer
│ ├── safer-buffer
│ ├── semver
│ ├── send
│ ├── serve-static
│ ├── set-function-length
│ ├── setprototypeof
│ ├── shebang-command
│ ├── shebang-regex
│ ├── side-channel
│ ├── signal-exit
│ ├── sisteransi
│ ├── slash
│ ├── source-map
│ ├── source-map-support
│ ├── sprintf-js
│ ├── stack-utils
│ ├── statuses
│ ├── string-length
│ ├── string-width
│ ├── strip-ansi
│ ├── strip-bom
│ ├── strip-final-newline
│ ├── strip-json-comments
│ ├── supports-color
│ ├── supports-preserve-symlinks-flag
│ ├── test-exclude
│ ├── tmpl
│ ├── to-fast-properties
│ ├── to-regex-range
│ ├── toidentifier
│ ├── tr46
│ ├── type-detect
│ ├── type-fest
│ ├── type-is
│ ├── undici-types
│ ├── unpipe
│ ├── update-browserslist-db
│ ├── utils-merge
│ ├── v8-to-istanbul
│ ├── vary
│ ├── walker
│ ├── web-streams-polyfill
│ ├── webidl-conversions
│ ├── whatwg-url
│ ├── which
│ ├── wrap-ansi
│ ├── wrappy
│ ├── write-file-atomic
│ ├── y18n
│ ├── yallist
│ ├── yargs
│ ├── yargs-parser
│ └── yocto-queue
├── package-lock.json
├── package.json
└── prometheusworkana.js
-
Clone the repository:
git clone https://github.com/Takk8IS/PrometheusWorkana.git
-
Navigate to the project directory:
cd PrometheusWorkana
-
Modify the
prometheusworkana.js
file:- Replace
YOUR_GROQ_API_KEY_HERE
by your Groq API key (e.g., sk-12345678-1234-1234-1234-123456789abc). - You can get your API key by creating a free account at console.groq.com or maybe at groq.dev.
- Replace
-
Install the dependencies:
npm install
Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the
PrometheusWorkana
directory.
Activate the extension:
- Choose the skill certification at workana.com/certification_tests and click "Start test".
- You don't need to click the extension icon to start using PrometheusWorkana; it activates automatically.
PrometheusWorkana is designed for ethical and responsible use. The complete knowledge access is restricted and should be used in accordance with Workana's guidelines and policies.
Contributions are welcome! Feel free to open issues or submit pull requests.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
If this project has been helpful, consider making a donation:
USDT (TRC-20): TGpiWetnYK2VQpxNGPR27D9vfM6Mei5vNA
Your support helps us continue to develop innovative tools.
This project is licensed under the CC-BY-4.0 Licence. See the LICENSE file for more details.
Leading the Digital Revolution as the Pioneering 100% Artificial Intelligence Team.
- Author: David C Cavalcante (Fjallstoppur)
- LinkedIn: linkedin.com/in/hellodav
- X: @Takk8IS
- Medium: takk8is.medium.com
- Website: takk.ag