WebExtension.net
WebExtension.net

Shutterfly Address Book Exporter

View on Chrome Web Store
View Shutterfly Address Book Exporter Chrome Extension on Chrome Web Store
4.4 (5 ratings)

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

Export your Shutterfly address book to a CSV file.
Type
Extension
Users
315 users
6
rgarcia2009
View author page of rgarcia2009
Published
Published on December 19, 2023
Version 1.1
Manifest version
3
Updated
Updated on December 31, 2023
View on Chrome Web Store
View Shutterfly Address Book Exporter Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shutterfly Address Book Exporter",
    "version": "1.1",
    "description": "Export your Shutterfly address book to a CSV file.",
    "permissions": [
        "webRequest",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/www.shutterfly.com\/*",
        "https:\/\/api2.shutterfly.com\/*"
    ],
    "background": {
        "service_worker": "dist\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.shutterfly.com\/addressbook\/management.sfly*"
            ],
            "js": [
                "dist\/content.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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