Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Recurring Payment \/ Subscription Export for PayPal",
"description": "Exports all PayPal Recurring Payments \/ Subscriptions as CSV",
"version": "0.3.1",
"author": "Richard Kerber",
"content_scripts": [
{
"matches": [
"https:\/\/*.paypal.com\/billing\/*"
],
"js": [
"content-script.js"
],
"css": [
"style.css"
]
}
]
}