Zuzu.Deals

Robo-Zuzu will notify you that another store has the same product for less! and give you hands-on reviews unfiltered by censorship.

Wat is Zuzu.Deals?

Zuzu.Deals is een Chrome-extensie ontwikkeld door https://zuzu.deals, en de belangrijkste functie is "Robo-Zuzu will notify you that another store has the same product for less! and give you hands-on reviews unfiltered by censorship.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Zuzu.Deals

Download Zuzu.Deals-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        קנו חכם יותר עם קופונים, השוואות מחירים וביקורות אובייקטיביות!
התייעצו עם מומחי הקניות וקהילת הצרכנות המובילה והותיקה בישראל.
רובוזוזו ילווה אתכם בכל החנויות המובילות ברשת, יעדכן אתכם בקופונים שווים, יציג לכם היסטוריית והשוואות מחירים למוצרים המומלצים והפופולריים ביותר משלל חנויות ברשת, ישתף אתכם בביקורות גולשים אובייקטיביות ללא תלות בחנויות, יתריע לכם על ירידת מחיר, קופון חדש ועוד!

התוסף היחיד שנוצר על ידי ישראלים, בשביל ישראלים! - לא עוד חנויות שלא שולחות לארץ וקופונים שלא תקפים לישראל!

הכל זמין לכם בלחיצת כפתור, בלי לחפש קופונים ברשת, בלי לפתוח 20 טאבים עם חנויות שונות וביקורות, אלא פשוט לקבל הכל, מהר ומסודר - אוטומטית (!) ישר בדף המוצר.

כך תחסכו בכמעט כל קניה ותדעו תמיד שאתם קונים - הכי טוב ברשת!

איך זה עובד? כשתגלשו בדפדפן שלכם לדף מוצר באחת מהחנויות המומלצות לקנייה ברשת של zuzu.deals תראו בפינת המסך שקופץ רובוזוזו ומראה לכם קופונים למוצר הספציפי שאתם גולשים אליו, וכמו כן השוואת מחירים של המוצר בחנויות מתחרות וגם אפשרות לדיון ושאלות על המוצר המסויים! הכל בתוך דף המוצר עצמו בחנות, בלי צורך לעזוב את העמוד בכלל!

התוסף שלנו הוא תוסף מוסרי, אינו משתלט לכם על הדפדפן, אינו עוקב אחריכם ואינו עושה כל רע! אנחנו מאמינים בשיתוף פעולה מלא עם הקהילה שלנו וביחד נשיג את חווית הקנייה החכמה והטובה ביותר!                    

Basisinformatie over de Extensie

Naam Zuzu.Deals Zuzu.Deals
ID fmncaaolkapdpdbefekgmklodcagpebf
Officiële URL https://chromewebstore.google.com/detail/zuzudeals/fmncaaolkapdpdbefekgmklodcagpebf
Beschrijving Robo-Zuzu will notify you that another store has the same product for less! and give you hands-on reviews unfiltered by censorship.
Bestandsgrootte 46.46 KB
Aantal Installaties 1,209
Huidige Versie 2.2.12
Laatst Bijgewerkt 2020-10-28
Publicatiedatum 2020-05-24
Beoordeling 4.68/5 Totaal 93 Beoordelingen
Ontwikkelaar https://zuzu.deals
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zuzu.deals
Help Pagina-URL https://zuzu.chat/g/Contact
URL van de Privacybeleid Pagina https://zuzu.deals/privacy-policy
Ondersteunde Talen iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zuzu.Deals",
    "version": "2.2.12",
    "manifest_version": 2,
    "description": "Robo-Zuzu will notify you that another store has the same product for less! and give you hands-on reviews unfiltered by censorship.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Zuzu.Deals"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "frame.html"
    ]
}