Savelist

Save products to Savelist from your browser.

Savelistคืออะไร?

Savelist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://savelist.co และคุณลักษณะหลักของมันคือ "Save products to Savelist from your browser."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Savelist

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

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

                        Your only wishlist for every online store - Save products you like in one place. 

Found products you want but not ready to buy? Discovered great products for Christmas, birthdays or other events? Just save it to Savelist and create a list for gift ideas!

SAVE FOR LATER:
Whenever you find something you'd like to shop later, just save it to Savelist. You can save from any online store around the world.

ORGANIZE YOUR SHOPPING:
You can create lists, add notes on saved products and mark them as purchased.

SHARE YOUR LISTS:
You can easily share your lists with your friends and family.

SHOP ON ALL YOUR DEVICES:
You can access Savelist on any device, anywhere — including the web.

GET NOTIFIED:
Track products for the best price. We will notify you when a price drops by email or push notification.

Savelist is like Pinterest or Pocket but for shopping.
Try Savelist on the web at https://savelist.co

Having problems? Please send us an email to [email protected]                    

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

ชื่อ Savelist Savelist
ID bjdkhikjbkefnnfkaghgeejggggplfbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/savelist/bjdkhikjbkefnnfkaghgeejggggplfbi
คำอธิบาย Save products to Savelist from your browser.
ขนาดไฟล์ 380 KB
จำนวนการติดตั้ง 4,829
เวอร์ชันปัจจุบัน 2.1.3
อัปเดตครั้งล่าสุด 2020-06-09
วันที่เผยแพร่ 2020-06-09
คะแนน 3.58/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา https://savelist.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://savelist.co
URL หน้าช่วยเหลือ https://savelist.co/faq
URL หน้านโยบายความเป็นส่วนตัว https://savelist.co/privacy
ภาษาที่รองรับ en,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Savelist",
    "short_name": "Savelist",
    "version": "2.1.3",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "author": "Savelist",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon\/icon_16.png",
        "32": "assets\/icon\/icon_32.png",
        "48": "assets\/icon\/icon_48.png",
        "96": "assets\/icon\/icon_96.png",
        "128": "assets\/icon\/icon_128.png",
        "256": "assets\/icon\/icon_256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon\/icon_16.png",
            "19": "assets\/icon\/icon_19.png",
            "20": "assets\/icon\/icon_20.png",
            "25": "assets\/icon\/icon_25.png",
            "30": "assets\/icon\/icon_30.png",
            "32": "assets\/icon\/icon_32.png",
            "38": "assets\/icon\/icon_38.png",
            "40": "assets\/icon\/icon_40.png",
            "64": "assets\/icon\/icon_64.png"
        },
        "default_title": "__MSG_SAVE_TO_SAVELIST__"
    },
    "background": {
        "page": "assets\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/savelist.co\/*",
                "https:\/\/beta.savelist.co\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "assets\/activation.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "index.html",
        "assets\/*",
        "build\/*"
    ]
}