WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YYZ Prep - Amazon Order Extractor

YYZ Prep - Amazon Order Extractor

View on Chrome Web Store
View YYZ Prep - Amazon Order Extractor Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extract Amazon order information and send to YYZ Prep with one click
Type
Extension
Users
10 users
1
buyonictechnologies
View author page of buyonictechnologies
Published
Published on December 9, 2025
Version 1.9.1
Manifest version
3
Updated
Updated on February 24, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View YYZ Prep - Amazon Order Extractor Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YYZ Prep - Amazon Order Extractor",
    "version": "1.9.1",
    "description": "Extract Amazon order information and send to YYZ Prep with one click",
    "author": "YYZ Prep",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "YYZ Prep Order Extractor"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "tabs",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.ca\/*"
    ],
    "background": {
        "service_worker": "background\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.ca\/gp\/css\/order-history*",
                "*:\/\/*.amazon.ca\/gp\/your-account\/order-history*",
                "*:\/\/*.amazon.ca\/your-orders\/orders*"
            ],
            "js": [
                "common\/extraction_util.js",
                "common\/strategy_engine.js",
                "common\/strategies.js",
                "content\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "config.js"
            ],
            "matches": [
                "*:\/\/*.amazon.ca\/*"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top