📋 Overview
Convert Anything - Smart Unit Converter ("the Extension") is committed to protecting your privacy. This Privacy Policy explains how we handle information when you use our Chrome extension.
🔒 Data Collection
What We Collect
- No Personal Data: We do not collect, store, or transmit any personal information
- No User Tracking: We do not track your browsing history or personal data
- No Analytics: We do not use analytics or tracking services
What We Don't Collect
- ❌ Personal information (name, email, address)
- ❌ Browsing history or search queries
- ❌ Financial information or payment data
- ❌ Location data
- ❌ Device information beyond basic extension functionality
🌐 External Services
Currency Exchange API
- Service: exchangerate-api.com
- Purpose: Fetch current currency exchange rates
- Data Shared: None (read-only API calls)
- Security: HTTPS-only connections
- Frequency: Automatic updates every 24 hours
API Usage Details
// Example of our API usage (no user data sent)
fetch('https://api.exchangerate-api.com/v4/latest/USD')
.then(response => response.json())
.then(data => {
// Store rates locally for conversion calculations
localStorage.setItem('currency_rates', JSON.stringify(data.rates));
});
💾 Data Storage
Local Storage
- Purpose: Cache currency rates for offline functionality
- Location: Your device only (localStorage)
- Duration: 24 hours maximum
- Access: Extension only (no external access)
Storage Details
// What we store locally (example)
{
"currency_rates": {
"USD": 1,
"EUR": 0.864,
"GBP": 0.752
// ... other currency rates
},
"last_update": "2025-08-06T21:30:00Z"
}
🔧 Extension Permissions
Required Permissions
- contextMenus: Enable right-click context menu functionality
- storage: Access localStorage for currency rate caching
- scripting: Inject content scripts for unit detection
- activeTab: Access current tab for context menu operations
Permission Justification
- All permissions are necessary for core functionality
- No permissions used for data collection or tracking
- Permissions only access data required for unit conversion
🛡️ Security Measures
Data Protection
- ✅ No Personal Data: We don't collect any personal information
- ✅ Local Storage Only: All data stored on your device
- ✅ HTTPS Only: All external connections use secure protocols
- ✅ No Third-Party Tracking: No analytics or tracking services
Technical Security
- ✅ Content Security Policy: Properly configured CSP
- ✅ No eval(): No dangerous code execution
- ✅ Input Validation: All user inputs are validated
- ✅ Error Handling: Graceful error handling without data exposure
🌍 International Users
Data Transfer
- No International Transfers: All data remains on your local device
- No Cross-Border Sharing: No data shared with international servers
- Local Processing: All calculations performed locally
GDPR Compliance
- ✅ No Personal Data: No personal data collected
- ✅ Local Storage: All data stored locally
- ✅ No Profiling: No automated decision making
- ✅ Right to Deletion: Simply uninstall the extension
🔄 Data Retention
Local Storage
- Currency Rates: 24 hours maximum
- User Preferences: Until extension uninstall
- Conversion History: Not stored
Deletion
- Automatic: Currency rates expire after 24 hours
- Manual: Clear browser data or uninstall extension
- Complete: Uninstalling removes all local data
📞 Contact Information
Questions or Concerns
If you have questions about this Privacy Policy, please contact us:
- Email: gozutokbusiness@gmail.com
- Extension: Use the feedback option in the extension
- Response Time: Within 48 hours
Updates to Policy
- Notification: Users will be notified of policy changes
- Version: Policy version updated with extension updates
- Effective Date: Clearly marked on all policy versions
⚖️ Legal Information
Governing Law
This Privacy Policy is governed by applicable data protection laws.
Changes to Policy
We may update this Privacy Policy from time to time. Users will be notified of significant changes through the extension update process.
Your Rights
- Access: You can view all stored data in your browser's developer tools
- Deletion: Uninstall the extension to remove all data
- Portability: No personal data to export
- Objection: No processing to object to
✅ Compliance Status
Google Chrome Web Store
- ✅ Privacy Policy: This document satisfies Google's requirements
- ✅ Data Handling: Transparent about data practices
- ✅ User Rights: Clear information about user rights
General Data Protection
- ✅ GDPR Compliant: No personal data collection
- ✅ CCPA Compliant: No personal data collection
- ✅ Local Processing: All data processed locally