SwipeBasket

Save and Organize Web and Social Content in a Single Click! Your One Stop Content Repository!

SwipeBasketคืออะไร?

SwipeBasket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swipebasket.com และคุณลักษณะหลักของมันคือ "Save and Organize Web and Social Content in a Single Click! Your One Stop Content Repository!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        More stuff doesn't have to mean more clutter, even when it comes to on-line content. 

SwipeBasket was designed to help anyone easily swipe, save, organize, share & collaborate on content from the internet. 

Social media posts, pictures, quotes, recipes,...anything & everything-even Kindle highlights & notes. Daily e-mail reminders remind you of your saved items, Kindle highlights & notes. Simple to use, easy to share. Your new digital best friend.

Features we provide:-
- Save everything in one place with one click (Any social media ads, full/partial screenshots, pictures, Kindle highlights & more)
- Easily find anything by our search 
- Share baskets & sub-baskets with your friends or colleagues
- Add members to your account
- Collaborate with friends or team members by using the SwipeBasket chat in any shared Swipecards
- Get daily e-mail reminders of your saved items, even ones from long ago
- Use short links & easily share anything you swiped in SwipeBasket,  in emails, social media posts, or chats with our short link url.
 
SwipeBasket is ideal for creatives, businesses and everyday internet user. Anyone can now turn new, original, innovative and imaginative ideas into reality by using SwipeBasket. 
By creating baskets our users can save, organize, share and collaborate on creative thoughts and ideas they find on the internet, chat about them in the SwipeBasket chat, name & tag them, then easily find anything they swiped by our SwipeBasket search.

Daily reminders help remind users of all their swiped items and Kindle highlights & notes by our daily e-mail reminder. 

SwipeBasket is perfect for online entrepreneurs, marketers, copywriters, graphic artists, web & funnel designers, real estate agents and anyone that uses the internet for work, fun or information.

===== VERSION 1.1.21 ========
* Updated version and fixes

===== VERSION 1.1.20 ========
* Facebook Swipe Fixes

===== VERSION 1.1.16 ========
*Twitter Fixes

===== VERSION 1.1.15 ========
*NEW AND IMPROVED                    

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

ชื่อ SwipeBasket SwipeBasket
ID lojbbgcaalmddeokedkpfjjiafgmecco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swipebasket/lojbbgcaalmddeokedkpfjjiafgmecco
คำอธิบาย Save and Organize Web and Social Content in a Single Click! Your One Stop Content Repository!
ขนาดไฟล์ 277 KB
จำนวนการติดตั้ง 2,361
เวอร์ชันปัจจุบัน 1.1.21
อัปเดตครั้งล่าสุด 2023-02-08
วันที่เผยแพร่ 2020-04-30
คะแนน 2.39/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://swipebasket.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://swipebasket.com
URL หน้าช่วยเหลือ https://www.swipebasket.com/faq.php
URL หน้านโยบายความเป็นส่วนตัว https://swipebasket.com/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "name": "SwipeBasket",
    "short_name": "SB",
    "description": "Save and Organize Web and Social Content in a Single Click! Your One Stop Content Repository!",
    "homepage_url": "https:\/\/swipebasket.com",
    "icons": {
        "128": "img\/icons\/128.png",
        "48": "img\/icons\/48.png",
        "32": "img\/icons\/32.png",
        "24": "img\/icons\/24.png",
        "16": "img\/icons\/16.png"
    },
    "version": "1.1.21",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/swipebasket.com\/*",
                "*:\/\/*.swipebasket.com\/*",
                "*:\/\/amazon.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/amazon.co.uk\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/web.whatsapp.com\/*",
                "*:\/\/*.web.whatsapp.com\/*",
                "*:\/\/wikipedia.org\/*",
                "*:\/\/*.wikipedia.org\/*",
                "*:\/\/realtor.com\/*",
                "*:\/\/*.realtor.com\/*",
                "*:\/\/zillow.com\/*",
                "*:\/\/*.zillow.com\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "img\/icons\/16.png",
            "24": "img\/icons\/24.png",
            "32": "img\/icons\/32.png"
        },
        "default_title": "SwipeNote"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "regional": {
            "description": "Region screenshot",
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            }
        },
        "fullpage": {
            "description": "Full Page screenshot",
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            }
        },
        "highlight": {
            "description": "Highlight Text & Save",
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "Command+Shift+3"
            }
        },
        "bookmark": {
            "description": "Save URL",
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "mac": "Command+Shift+4"
            }
        }
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "popup.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/swipebasket.com\/api2\/*"
    ]
}