Jaybe - Save every time you shop

Find coupon codes when you shop online!

Jaybe - Save every time you shopとは何ですか?

Jaybe - Save every time you shopはhttps://getjaybe.comによって開発されたChromeの拡張機能で、その主な機能は「Find coupon codes when you shop online!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Jaybe - Save every time you shop拡張機能のCRXファイルをダウンロード

Jaybe - Save every time you shop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.

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

拡張機能の基本情報

名前 Jaybe - Save every time you shop Jaybe - Save every time you shop
ID dpaahcbfdahefmhaofckcgeojpbodglc
公式URL https://chromewebstore.google.com/detail/jaybe-save-every-time-you/dpaahcbfdahefmhaofckcgeojpbodglc
説明 Find coupon codes when you shop online!
ファイルサイズ 1.09 MB
インストール数 8,270
現在のバージョン 1.4.6
最終更新日 2022-06-08
公開日 2021-09-02
評価 5.00/5 合計 12 レビュー
開発者 https://getjaybe.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getjaybe.com/
ヘルプページのURL https://getjaybe.com/contact-us/
プライバシーポリシーページのURL https://getjaybe.com/en/privacy-policy
対応言語 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\/*"
        ]
    }
}