TRENDii | Inspired Buy

TRENDii is leading a crusade of individuals inspired by others. Here to help you feel like your favorite style icons, but better.

ما هو TRENDii | Inspired Buy؟

TRENDii | Inspired Buy هو إضافة Chrome تم تطويرها بواسطة Trendii، والميزة الرئيسية لها هي "TRENDii is leading a crusade of individuals inspired by others. Here to help you feel like your favorite style icons, but better.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TRENDii | Inspired Buy

قم بتنزيل ملفات الامتداد TRENDii | Inspired Buy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        WHAT WE DO: 
★ Trendii changes the way you discover fashion inspiration by allowing you to shop images on social media, websites, magazines by activating the TRENDii extension on any webpage. 
★ We’re a personal stylist with you as you browse. Activate the TRENDii browser extension to capture images from any webpage. Select the image or images you want to shop from, and shop them immediately. Use our discovery tools to play with pricing, colors, and additional styles to find your perfect item. 

TOP FEATURES:
★ TRENDii allows you to shop images you’re inspired by on social media, online or in magazines due with AI technology and machine learning
★ TRENDii serves you ongoing inspiration based on your searches allowing you to discover new trends daily
Earn cash back rewards for shopping

WE’RE STILL LEARNING!
We’re fashion technology backed by clever humans. We built TRENDii because we knew there was a better way to shop than how we’ve been doing it, but we’re learning and growing all the time. Stay tuned for regular updates and releases.                    

معلومات أساسية عن التمديد

الاسم TRENDii | Inspired Buy TRENDii | Inspired Buy
ID ijikmnkkmhagmaakkochppfdfepbdmhp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/trendii-inspired-buy/ijikmnkkmhagmaakkochppfdfepbdmhp
الوصف TRENDii is leading a crusade of individuals inspired by others. Here to help you feel like your favorite style icons, but better.
حجم الملف 523 KB
عدد التثبيتات 52
النسخة الحالية 0.61
آخر تحديث 2021-11-28
تاريخ النشر 2020-06-19
تقييم 5.00/5 مجموع تقييمات 3
المطور Trendii
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://trendii.com/
عنوان صفحة سياسة الخصوصية https://trendii.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TRENDii | Inspired Buy",
    "version": "0.61",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "widget.css",
                "tiny-slider.css"
            ],
            "js": [
                "util.js",
                "app.js",
                "tiny-slider.js",
                "croppr.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/www.google.com https:\/\/www.gstatic.com; object-src 'self'",
    "web_accessible_resources": [
        "widget-popup-html\/inspiration-add-new-category_v1.html",
        "widget-popup-html\/inspiration-add-new-category.html",
        "widget-popup-html\/share.html",
        "widget-popup-html\/widget-inspiration-popup_new.html",
        "widget-popup-html\/widget-inspiration-popup_v2.html",
        "widget-popup-html\/widget-inspiration-popup_v3.html",
        "widget-popup-html\/widget-inspiration-popup_v4.html",
        "widget-popup-html\/widget-inspiration-popup.html",
        "widget-popup-html\/widget-loading-popup_new.html",
        "widget-popup-html\/widget-loading-popup.html",
        "widget-popup-html\/widget-login-popup_new.html",
        "widget-popup-html\/widget-login-popup_v1.html",
        "widget-popup-html\/widget-login-popup.html"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/trendii16.png",
            "32": "images\/trendii32.png",
            "48": "images\/trendii48.png",
            "128": "images\/trendii128.png"
        }
    },
    "icons": {
        "16": "images\/trendii16.png",
        "32": "images\/trendii32.png",
        "48": "images\/trendii48.png",
        "128": "images\/trendii128.png"
    },
    "description": "TRENDii is leading a crusade of individuals inspired by others. Here to help you feel like your favorite style icons, but better."
}