Jaybe - Save every time you shop

Find coupon codes when you shop online!

What is Jaybe - Save every time you shop?

Jaybe - Save every time you shop is a Chrome extension developed by https://getjaybe.com, and its main feature is "Find coupon codes when you shop online!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Jaybe - Save every time you shop Extension CRX File

Download Jaybe - Save every time you shop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Welcome to JayBe your new favorite online shopping companion that shows you the latest coupon codes in the MENA region. 

Jaybe is a free browser extension that lists online promo codes from your favorite stores and retailers - right on your browser! You'll never have an excuse for forgetting a code again with Jaybe in town. 

We provide you with the opportunity to stack up deals on deals, with even more deals sprinkled on top!

If you love shopping online, but hate paying full price, then you need to add Jaybe to your Chrome browser.

JayBe works on all major browsers and is available for free download!

How To Download The Jaybe Chrome Extension? 

You can download the Jaybe chrome extension by clicking the Add to Chrome button above. Once you've downloaded it, follow these simple steps to get started:

Step One: Add your favorite items to your basket 

Step Two: Click the Jaybe extension button in your browser 

Step Three: Click on any of our available coupon codes for your selected store, and make sure to stack them with an additional promo code if available. 

Step Four: Shop like a boss! We'll update all of these coupons in real-time, so they will never expire.

Get Started Now! 

You won't regret it, and neither will your wallet. It's time to start saving big with Jaybe! So go ahead and click the Add To Chrome button above, find a store you love - or one of our featured retailers below - and stack some deals on top of deals for an amazing shopping experience.

جيبي هو أول ملحق موثوق به وذو مصداقية للمتصفح الخاص بك، يوفر أكواد وقسائم وخصومات وأكواد خصم ترويجية في منطقة الشرق الأوسط وشمال إفريقيا.
 هدفنا الرئيسي هو أن نوفر لك حياة تسوق متوازنة تمنحك السعادة التي تريدها مع الحفاظ على الميزانية 
 الخاصة بك.
 جيبي يقدم عروض حصرية مثل كوبون وكود خصم لتوفير المال والوقت أثناء التسوق على المتجر.                    

Extension Basic Information

Name Jaybe - Save every time you shop Jaybe - Save every time you shop
ID dpaahcbfdahefmhaofckcgeojpbodglc
Official URL https://chromewebstore.google.com/detail/jaybe-save-every-time-you/dpaahcbfdahefmhaofckcgeojpbodglc
Description Find coupon codes when you shop online!
File Size 1.09 MB
Installation Count 8,270
Current Version 1.4.6
Last Updated 2022-06-08
Publish Date 2021-09-02
Rating 5.00/5 Total 12 Ratings
Developer https://getjaybe.com
Email [email protected]
Payment Type free
Extension Website https://getjaybe.com/
Help Page URL https://getjaybe.com/contact-us/
Privacy Policy Page URL https://getjaybe.com/en/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.6",
    "name": "Jaybe - Save every time you shop",
    "description": "Find coupon codes when you shop online!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "JayBe"
    },
    "icons": {
        "16": "icon-jaybe.png",
        "48": "icon-jaybe.png",
        "128": "icon-jaybe.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.6.0.min.js",
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js",
                "js\/jquery-3.6.0.min.js"
            ],
            "css": [
                "css\/external.css",
                "content.styles.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "tabs",
        "cookies",
        "https:\/\/getjaybe.com\/",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "back-icon.png",
        "jaybe-logo.png",
        "money.png",
        "money-rain.png",
        "close-icon.svg",
        "coupon-applying.png",
        "coupon-saving.png",
        "coupon-tag.png",
        "better-deal.png",
        "floating-button.png",
        "css\/external.css"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/staging2.awsm.in\/*",
            "*:\/\/getjaybe.com\/*",
            "*:\/\/app.getjaybe.com\/*"
        ]
    }
}