Consciously: Conscious Shopping Assistant

Get brand ethics ratings while you shop. Choose from cruelty-free, Made in USA, eco-friendly, small business and more!

Consciously: Conscious Shopping Assistantคืออะไร?

Consciously: Conscious Shopping Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://consciously.us และคุณลักษณะหลักของมันคือ "Get brand ethics ratings while you shop. Choose from cruelty-free, Made in USA, eco-friendly, small business and more!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Consciously: Conscious Shopping Assistant

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

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

                        🥰 Personalize the causes YOU care about:  
Republican and Democratic Giving
Made in USA 
Carbon Neutral
Plant Based
Small Business
Cruelty-Free
Animal Welfare Certified
Women Owned
Black Owned with more to come!

🛒 Shop on AMAZON and get brand ratings and product alternatives on over 2.5M products

🤗 60% of our users say they’ve PURCHASED a product Consciously provided

😎 88% of our users say they’d recommend Consciously to a friend

📈 Cause specific data provided by nonprofits like OpenSecrets, Climate Neutral, ASPCA® Shop With Your Heart and Beagle Freedom Project 

For Consciously to work, it must read your website to find the name of your item, and to pop-up with ratings and recommendations, it changes the data on your site. 

---
We welcome your thoughts and feedback! Feel free to ping us at: [email protected].

Consciously works similarly to Honey,  Capital One Shopping, Avast and Rakuten. Instead of displaying coupon codes, prices, discounts, deals, and sales, our shopping assistant shares company practices and business ethics.

https://consciously.us/privacy-policy
https://consciously.us/terms-of-use                    

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

ชื่อ Consciously: Conscious Shopping Assistant Consciously: Conscious Shopping Assistant
ID djeghceijfmphfnkeddomlcbgehimegn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/consciously-conscious-sho/djeghceijfmphfnkeddomlcbgehimegn
คำอธิบาย Get brand ethics ratings while you shop. Choose from cruelty-free, Made in USA, eco-friendly, small business and more!
ขนาดไฟล์ 58.63 KB
จำนวนการติดตั้ง 5,631
เวอร์ชันปัจจุบัน 3.9.0-release_a
อัปเดตครั้งล่าสุด 2023-09-26
วันที่เผยแพร่ 2020-05-13
คะแนน 4.61/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://consciously.us
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://consciously.us
URL หน้านโยบายความเป็นส่วนตัว https://consciously.us/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Consciously: Conscious Shopping Assistant",
    "description": "Get brand ethics ratings while you shop. Choose from cruelty-free, Made in USA, eco-friendly, small business and more!",
    "version": "3.9.0",
    "short_name": "Consciously",
    "version_name": "3.9.0-release_a",
    "manifest_version": 2,
    "homepage_url": "https:\/\/consciously.us",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Consciously",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "*:\/\/*.jointribe.us\/",
        "*:\/\/*.consciously.us\/",
        "*:\/\/localhost\/*",
        "*:\/\/staging-tribedata.kinsta.cloud\/*",
        "cookies",
        "storage",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.jointribe.us\/",
            "*:\/\/*.consciously.us\/",
            "*:\/\/localhost\/*",
            "*:\/\/consciously.test\/*"
        ]
    },
    "web_accessible_resources": [
        "scripts\/first.js",
        "styles\/styles.css",
        "pages\/popup.html",
        "scripts\/popup.js",
        "scripts\/global.js"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/first.js"
            ],
            "run_at": "document_end"
        }
    ]
}