Privacy Policy — Being Corporate
Last updated: 8 June 2026
This Chrome extension (“the Extension”) is published by Shrey Khakharia (“the Developer”) as a personal project. This policy explains exactly what data is handled, what is stored, and what is shared.
What the Extension does
When you click the ✨ Professionalize button inside Gmail compose, the Extension:
- Reads the text currently in the compose body
- Sends that text over HTTPS to an inference endpoint operated by the Developer
- Receives a rewritten version
- Shows it to you in a diff modal for your approval before any replacement happens
That is the entire data flow.
What data is collected
- Draft text content: The text inside the Gmail compose body at the moment you click the button. This is sent to the inference endpoint for rewriting.
- No metadata is collected: We do not collect your email address, recipient addresses, subject line, attachments, or any other field of the email. Only the body text you choose to send by clicking the button.
What data is stored
- Nothing is stored on our servers. The inference endpoint processes the text in memory and discards it after returning the response. No logs of input text are kept.
- Nothing is stored locally by the Extension itself. The Extension uses no
chrome.storageand no cookies.
What data is shared
- With third parties: None. We do not sell, share, or transmit your data to any third party for advertising, analytics, or any other purpose.
- Infrastructure: The inference endpoint is hosted on Modal (a US-based serverless compute provider). Requests transit Modal’s infrastructure to reach the model. Modal’s privacy policy: https://modal.com/legal/privacy
- Rate limiting state: The inference endpoint stores only your IP address with a timestamp for rate-limiting purposes (3 requests/hour cap). This state is purged after 24 hours. No association with email content.
What the Extension never does
- Never reads any email other than the one you’re actively composing
- Never reads emails passively in the background
- Never accesses your inbox, sent folder, or any other Gmail data
- Never sends recipient addresses or subject lines anywhere
- Never tracks browsing activity outside of Gmail
- Never displays advertisements
Permissions explained
host_permissions: mail.google.com— needed because the content script can only run on the Gmail domain to inject the Professionalize buttonhost_permissions: *.modal.run— needed to send the draft text to the inference endpoint for rewriting
The Extension declares no other permissions.
Children
The Extension is not directed to children under 13 and does not knowingly collect data from children.
Changes to this policy
If this policy is updated, the date at the top of this document will change and the version distributed on the Chrome Web Store will be updated accordingly.
Contact
Questions or concerns about this policy:
- Email: shreykhakharia223@gmail.com
- GitHub issues: https://github.com/
/ /issues (replace with your actual repo URL after publishing)