WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Shopify Giftcards Maker

Shopify Giftcards Maker

View on Chrome Web Store
View Shopify Giftcards Maker Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (8 ratings)
0 views
This extension has been viewed 0 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.

Bulk issue shopify gift card tool, automatic batch generation & import generation from csv file.
Type
Extension
Users
583 users
6
EchoWebBot Team
View author page of EchoWebBot Team
Published
Published on October 17, 2021
Version 2.2.2
Manifest version
3
Updated
Updated on July 22, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Shopify Giftcards Maker 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": "__MSG_extName__",
    "homepage_url": "https:\/\/shopifygiftcardsmaker.echobot.dev",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.myshopify.com\/admin\/*",
        "*:\/\/*.echobot.dev\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.shopify.com\/*"
    ],
    "oauth2": {
        "client_id": "978875084010-4hlca16q20bvdfnlm1r7m36i6m08i8fp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "auth.js"
            ],
            "matches": [
                "*:\/\/*.echobot.dev\/auth\/success\/shopifygiftcardsmaker*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "version": "2.2.2"
}
© 2025 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