Breadcrumbs/ for online shopping

Breadcrumbs/ is a tool that helps you track and organize products you’ve seen while online shopping

Breadcrumbs/ for online shoppingคืออะไร?

Breadcrumbs/ for online shopping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย breadcrumbs/ และคุณลักษณะหลักของมันคือ "Breadcrumbs/ is a tool that helps you track and organize products you’ve seen while online shopping"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Breadcrumbs/ for online shopping

ดาวน์โหลดไฟล์ส่วนขยาย Breadcrumbs/ for online shopping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We all know online shopping can be a pain. Breadcrumbs offers a solution.

Supported sites
We currently support Amazon, Ebay, Nordstrom, Macy's, Bloomingdales, Nike, Uniqlo, and Express. We have more coming soon.

Key Features
Breadcrumbs remembers
Once installed, the extension logs every product you have viewed without any input from your end.

Sorted dashboard
The dashboard displays products by chronology and category. One click away.

Easy filtering
To locate the exact item, a user can simply narrow a category down using different filter and search functions.

Instructions
1. Install chrome extension
2. Register on breadcrumbs.ninja
3. Login on chrome extension
4. Start shopping :) (perfect support for Amazon & ebay for now) 
5. Access your dashboard from the extension or our website and find products whenever you need                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Breadcrumbs/ for online shopping Breadcrumbs/ for online shopping
ID kepgikcflgpcmnbfbnpchfjlbaeckkip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/breadcrumbs-for-online-sh/kepgikcflgpcmnbfbnpchfjlbaeckkip
คำอธิบาย Breadcrumbs/ is a tool that helps you track and organize products you’ve seen while online shopping
ขนาดไฟล์ 610 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2015-06-08
วันที่เผยแพร่ 2015-06-08
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา breadcrumbs/
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://breadcrumbs.ninja
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Breadcrumbs\/ for online shopping",
    "short_name": "Breadcrumbs\/",
    "version": "0.1.6",
    "manifest_version": 2,
    "description": "Breadcrumbs\/ is a tool that helps you track and organize products you\u2019ve seen while online shopping",
    "icons": {
        "48": "images\/48.png",
        "96": "images\/96.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/category_maps.js",
                "scripts\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "48": "images\/48.png",
            "96": "images\/96.png"
        },
        "default_title": "Breadcrumbs",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "oauth2": {
        "client_id": "18995749933-ro2je15hckgp77puj49ikf4nlsed2oa8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        ""
    ]
}