Translate README to English

This commit is contained in:
2026-09-02 18:09:24 -03:00
parent 911da359e3
commit 6f8b2beea3

View File

@@ -1,50 +1,50 @@
# Opportunities Extension 1.0.0 # Opportunities Extension 1.0.0
Extensao de navegador para adicionar o atalho "Opportunities Extension" nas paginas Oracle Fusion permitidas, consultar oportunidades e exibi-las em uma tabela filtravel. Browser extension that adds the "Opportunities Extension" shortcut to the permitted Oracle Fusion pages, retrieves opportunities, and displays them in a filterable table.
## Estrutura de desenvolvimento ## Development Structure
- `src/content.js`: script unico mantido no projeto. - `src/content.js`: single source file maintained by the project.
- `scripts/build.mjs`: gera os pacotes especificos para cada navegador. - `scripts/build.mjs`: generates browser-specific packages.
- `dist/chromium/`: output para Google Chrome e Microsoft Edge. - `dist/chromium/`: output for Google Chrome and Microsoft Edge.
- `dist/firefox/`: output para Firefox. - `dist/firefox/`: output for Firefox.
## Build ## Build
Use o Node.js: Use Node.js:
```bash ```bash
npm run build npm run build
``` ```
O build recria `dist/chromium` e `dist/firefox` a partir da mesma fonte. The build recreates `dist/chromium` and `dist/firefox` from the same source.
## Release 1.0.0 ## Release 1.0.0
- Consulta paginada de oportunidades com filtros por reference, customer, owner, status, stage e busca textual. - Paginated opportunity retrieval with filters for reference, customer, owner, status, stage, and text search.
- Ordenacao por coluna, links para oportunidades e contas, copia do numero da oportunidade e indicadores por stage. - Column sorting, links to opportunities and accounts, opportunity number copying, and stage indicators.
- Preferencias de tipos de oportunidade persistidas no navegador. - Opportunity type view preferences persisted in the browser.
- Tema claro/escuro baseado no Oracle Redwood. - Light and dark themes based on Oracle Redwood.
- Outputs separados para Chromium/Edge e Firefox. - Separate outputs for Chromium/Edge and Firefox.
## Como carregar em modo desenvolvimento ## Loading in Development Mode
### Chrome ou Microsoft Edge ### Chrome ou Microsoft Edge
1. Abra `chrome://extensions` ou `edge://extensions`. 1. Open `chrome://extensions` or `edge://extensions`.
2. Ative o modo de desenvolvedor. 2. Enable Developer mode.
3. Clique em "Carregar sem compactacao". 3. Click **Load unpacked**.
4. Selecione a pasta `dist/chromium`. 4. Select the `dist/chromium` folder.
### Firefox ### Firefox
1. Abra `about:debugging#/runtime/this-firefox`. 1. Open `about:debugging#/runtime/this-firefox`.
2. Clique em "Carregar extensao temporaria". 2. Click **Load Temporary Add-on**.
3. Selecione o arquivo `dist/firefox/manifest.json`. 3. Select the `dist/firefox/manifest.json` file.
## Paginas atendidas ## Supported Pages
- `https://eeho.fa.us2.oraclecloud.com/hcmUI/faces/FuseWelcome` - `https://eeho.fa.us2.oraclecloud.com/hcmUI/faces/FuseWelcome`
- `https://eeho.fa.us2.oraclecloud.com/fscmUI/faces/FuseWelcome` - `https://eeho.fa.us2.oraclecloud.com/fscmUI/faces/FuseWelcome`
Ao encontrar o grupo `#yourapps_groupNode_sales`, a extensao adiciona o tile antes do item `.flat-grid-cell.flat-grid-cell-addicon`. Ao clicar no tile, abre a interface de oportunidades. When it finds the `#yourapps_groupNode_sales` group, the extension adds the tile before the `.flat-grid-cell.flat-grid-cell-addicon` item. Clicking the tile opens the opportunities interface.