Rex - Social Shopping Assistant

Rex - Your Social Shopping Assistant

Was ist Rex - Social Shopping Assistant?

Rex - Social Shopping Assistant ist eine Chrome-Erweiterung, die von https://rexfriends.com entwickelt wurde, und ihr Hauptmerkmal ist "Rex - Your Social Shopping Assistant".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Rex - Social Shopping Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rex - Social Shopping Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Despite his short arms, Rex will make your online shopping experience simple, streamlined, and social. 

SAVE ANY PRODUCT, ANYWHERE
With one-click, Rex can save price, brand, reviews, and pictures for any product across the web. Say goodbye to hundreds of tabs! 

CONNECT TO A PERSONAL DASHBOARD
Rex’s chrome extension automatically connects you to a personal dashboard. Compare products, request feedback, and discover content in one place.   

ORGANIZE SHOPPING INTO CLOSETS
Seamlessly create closets to organize your shopping experience. Compare saved products in one interface and decide on the best one. 

REQUEST AND STORE PEER FEEDBACK
Ask friends or family for feedback in a few clicks. Friends and family don’t need an account to help you shop. 

DISCOVER CURATED CONTENT
Check out closets from your stylish friends or favorite influencers. Share your own closets publicly to support your favorite brands and earn cash! 

KEEP YOUR SHOPPING PRIVATE
Unlike other shopping tools and assistants, Rex will keep your data safe from third-parties. Your shopping experience belongs to you and you only. 

----------------------------------------------------
Rex is fresh out of the lab! Reach out to us at [email protected] with any feedback or issues. We’ll make sure to get back to you ASAP : ) 

Want to help grow the Rex Community? Share Rex with friends or leave us a review. We appreciate your support!                    

Grundlegende Informationen zur Erweiterung

Name Rex - Social Shopping Assistant Rex - Social Shopping Assistant
ID hhegepmkgedompkfdccmmajmknnnlele
Offizielle URL https://chromewebstore.google.com/detail/rex-social-shopping-assis/hhegepmkgedompkfdccmmajmknnnlele
Beschreibung Rex - Your Social Shopping Assistant
Dateigröße 11.7 MB
Installationsanzahl 21
Aktuelle Version 3.2.6
Letztes Update 2021-04-25
Veröffentlichungsdatum 2020-08-24
Bewertung 5.00/5 Insgesamt 19 Bewertungen
Entwickler https://rexfriends.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.rexfriends.com
URL der Datenschutzrichtlinien-Seite https://www.rexfriends.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Rex - Your Social Shopping Assistant",
    "version": "3.2.6",
    "name": "Rex - Social Shopping Assistant",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "https:\/\/accounts.google.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/*.firebaseapp.com\/*",
                "https:\/\/*.rexfriends.medium.com\/",
                "https:\/\/*.rexfriends.com\/"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "128.png"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/www.google.com\/*",
        ""
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ http:\/\/127.0.0.1:5000\/* 'unsafe-eval'; object-src 'self'"
}