Shopify Giftcards Maker

Bulk issue shopify gift card tool, automatic batch generation & import generation from csv file.

Shopify Giftcards Maker क्या है?

Shopify Giftcards Maker EchoWebBot Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bulk issue shopify gift card tool, automatic batch generation & import generation from csv file."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shopify Giftcards Maker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🔥 Shopify Gift Cards Maker is a browser extension that automatically creates gift cards in bulk from your Shopify admin portal and sends them to customers, or import gift cards from a CSV file. works with all Shopify programs, saving you time.

🆕 New Update
✓ Automatically sent to customers
✓ Custom import CSV to generate
✓ Bulk modification of gift cards
✓ Fix some issues

💡 Features
✓ Automatic batch generation
✓ Makes Multiple Cards
✓ Set Gift Card Amount
✓ Set Gift Card Note
✓ Set Gift Card Expiration Date
✓ Automatically sent to customers
✓ Export Gift Cards to CSV (Includes code)
✓ Custom import CSV to generate		

📝 Gift card use case
Run promotions where you give customers real store credit.
Offer store credit instead of refunds.
Reward loyal customers.
Provide credit to influencers, sponsored athletes and brand advocates.

🔒 Data Privacy
All data is processed in your local computer, it never passes through our web server and no one knows what you have saved.

👋 Contact
If you have any issues, feel free to contact [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Shopify Giftcards Maker Shopify Giftcards Maker
ID mkhjkebfncoacjpgmgmgbbjoeonhnejn
आधिकारिक URL https://chromewebstore.google.com/detail/shopify-giftcards-maker/mkhjkebfncoacjpgmgmgbbjoeonhnejn
विवरण Bulk issue shopify gift card tool, automatic batch generation & import generation from csv file.
फ़ाइल का आकार 487 KB
स्थापना संख्या 706
वर्तमान संस्करण 2.2.2
अंतिम अपडेट 2023-07-22
प्रकाशन तिथि 2021-10-16
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर EchoWebBot Team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://shopifygiftcardsmaker.echobot.dev
गोपनीयता नीति पृष्ठ URL https://echobot.dev/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "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"
}