By: Lorenzo Piccoli
Inspect and view changes in WS Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extensionName__",
"version": "0.3.2",
"description": "__MSG_extensionDescription__",
"host_permissions": [
"*://my.wealthsimple.com/*"
],
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.iife.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"http://my.wealthsimple.com/*",
"https://my.wealthsimple.com/*"
],
"js": [
"content/index.iife.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.svg",
"*.png"
],
"matches": [
"*://my.wealthsimple.com/*"
]
}
],
"action": {
"default_popup": "popup/index.html",
"default_icon": "icon-white-128.png"
},
"options_ui": {
"page": "options/index.html",
"browser_style": false
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"browser_specific_settings": {
"gecko": {
"id": "lorenzopicoli@gmail.com",
"strict_min_version": "112.0"
}
}
} Best WS Exporter Alternatives
Here are some Firefox add-ons that are similar to WS Exporter:
Wealthsimple Export for YNAB
Sumeet Singh
Wealthsimple Trade Export to Excel (CSV XLS file)
JWallet
ES Profile Exporter
routescan.io
Trade Republic Transactions to CSV Exporter
Augerau
Money Exporter
philippemilink
Trade Republic CSV Exporter
Yellowjacket
SellScale Browser Extension
SellScale
indy-export-transaction
ticapix
Portfolio Performance Sync
sebastianstucke87
Smilo Browser Extension
Didux.io
Private Tab Exporter
Manuel
TV_Xtractor
Firefox user 14049732