Rex - Social Shopping Assistant

Rex - Your Social Shopping Assistant

Rex - Social Shopping Assistant란 무엇입니까?

Rex - Social Shopping Assistant은(는) https://rexfriends.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rex - Your Social Shopping Assistant"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Rex - Social Shopping Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Rex - Social Shopping Assistant Rex - Social Shopping Assistant
ID hhegepmkgedompkfdccmmajmknnnlele
공식 URL https://chromewebstore.google.com/detail/rex-social-shopping-assis/hhegepmkgedompkfdccmmajmknnnlele
설명 Rex - Your Social Shopping Assistant
파일 크기 11.7 MB
설치 횟수 21
현재 버전 3.2.6
최근 업데이트 2021-04-25
출시 날짜 2020-08-24
평점 5.00/5 총 19 개의 평점
개발자 https://rexfriends.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.rexfriends.com
개인정보 보호 정책 페이지 URL https://www.rexfriends.com/privacy-policy
지원되는 언어 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'"
}