Softly | Your Sustainable Shopping Assistant

Softly makes conscientious shopping simple by suggesting product alternatives based on values that are important to YOU!

Softly | Your Sustainable Shopping Assistantคืออะไร?

Softly | Your Sustainable Shopping Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Softly และคุณลักษณะหลักของมันคือ "Softly makes conscientious shopping simple by suggesting product alternatives based on values that are important to YOU!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Softly | Your Sustainable Shopping Assistant

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

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

                        SOFTLY SOLUTIONS | Your Personalized Sustainable Shopping Assistant |
Patent Pending

Find products you can feel good about supporting!  Softly makes conscientious shopping simple by suggesting product alternatives based on values that are important to YOU!

Thank you for offering to be part of this beta/test launch to provide feedback so we can refine and modify Softly.  Our goal is to provide the most comprehensive, personalized, ethical and user-friendly  sustainable shopping tool available.

1. Click ‘Add to Chrome’

2. Click ‘Pin’ to ensure Softly will work in the background as you shop

3. Input what’s important to you in a product.  User values such as: 

🌱Environmental Impact (low carbon footprint, organic, low energy, recycled, vegan)

👋 Social Responsibility (human rights, support women, veteran, LGBTQ owned businesses)

🍃 Clean (free of harmful ingredients or contents, paraben free, phthalates free and more)

🌎 Country of Origin (made in USA, made in Canada)

🐇 Animal Welfare (no animal testing or animal derived contents)

✔️ Allergens (gluten free, hypoallergenic, fragrance free, non-GMO and more)

4. This Beta/Test Launch will initially work only on Amazon with more shopping sites to be added shortly.  While shopping, the Softly logo will be on the right side of the page ready to provide alternatives to the products you’re already planning to purchase … products based on YOUR values.

THE SOFTLY PROMISE

You don’t have to worry about greenwashing.  All Suggested Softly Swaps are based on authenticated third party product certifications and verified product information. 

🌟 We continually work to improve.  As you provide us feedback, Softly will continue to evolve and refine our product recommendations. 

🌟 Your information is safe with us.  We do not sell individual user data. Our full privacy policy is available at www.ShoppingSoftly.com.

🌟 Softly proudly supports and partners with organizations including 1% for the Planet, One Tree Planted, and the Female Founders Collaborative.

🌟 We’re here to make the World a Better Place.  Enjoy the ease of using your Purchasing Power for Good!


SIMPLE.  SUSTAINABLE.  SOFTLY.                    

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

ชื่อ Softly | Your Sustainable Shopping Assistant Softly | Your Sustainable Shopping Assistant
ID pdknofohadhcogggcgcafblnikmbimei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/softly-your-sustainable-s/pdknofohadhcogggcgcafblnikmbimei
คำอธิบาย Softly makes conscientious shopping simple by suggesting product alternatives based on values that are important to YOU!
ขนาดไฟล์ 404 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 0.1.11
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2022-12-30
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Softly
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.SoftlySolutions.com
URL หน้าช่วยเหลือ https://https://www.SoftlySolutions.com
URL หน้านโยบายความเป็นส่วนตัว https://app.termly.io/document/privacy-policy/3b7dbd7a-776a-4865-a03d-292e5d31530f
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Softly makes conscientious shopping simple by suggesting product alternatives based on values that are important to YOU! ",
    "version": "0.1.11",
    "manifest_version": 3,
    "name": "Softly | Your Sustainable Shopping Assistant",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}