This is an add-in for Microsoft Outlook that allows users to rephrase a selected text using the OpenAI language model.
- Open Outlook and go to "Home" tab.
- Click on "Get Add-ins".
- Open "My add-ins" and scroll down to "Custom Addins".
- Click on "Add a custom add-in" and select "Add from URL..."
- Insert manifest URL:
https://stefanoaldegheri.github.io/OutlookGPTRephraser/manifest.xml- Click OK and return to main form.
- Click on "New Mail".
- Select tab button "GPT Rephraser" to open taskpane.
- Open "Options" tab.
- Insert "OpenAI GPT Key" from your personal OpenAI account.
- Click "Save Options".
- Click on "New Mail".
- Select tab button "GPT Rephraser" to open taskpane.
- Select the text to be rephrased in the mail body.
- Define format.
- Click "Rephrase" and review result.
- Click "Update Selection" to replace the text in the mail.
- Follow instructions at Build yor first Outlook add-in
- Clone this repository
- Execute in Powershell
cd repository-folder
npm install office-addin-debugging
code .- To sideload the add-in, replace the content in the 'manifest.xml' file with the content found in the 'manifest_localhost.xml' file.
- Update code in webpack.config.js
const urlDev = "https://localhost:3000/";
const urlProd = "https://localhost:3000/";This project is licensed under the MIT License. See the LICENSE file for details.