Chums

Chums extension

Chums क्या है?

Chums https://chums.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chums extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chums एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Organize Your Wishlists.

Meet Chums, the better way to shop: organized, collaborative, with the ability to shop and save products from over 50,000 retailers like Amazon, Target, Walmart, and more in just 2 clicks. Get trusted advice from friends on products they love. Create collections of products with friends and discover your new favorites together, or send your collections to friends to get their advice without spamming them with links or screenshots.

Close All Your Shopping Tabs…
- Get organized - Create collections of products you own or want to buy
- Look for the Chums icon or simply tap our extension when you visit any shopping website and start making shopping collections in as little as two clicks

… & Download Our App on iOS or Google Play for Even More:
- Get inspired when you follow tags based on product categories or your interests
- Check out your friends' collections and posts to see which new products are catching their eye
- Get trusted advice on products you’re considering – and help out your friends by offering your perspective on items they want
- Share links to your collections with anyone – perfect for gifting ideas, just in time for the holiday season

 Join Chums and secure your username today – all the four-letter ones are going fast!                    

एक्सटेंशन की मूल जानकारी

नाम Chums Chums
ID ahcpniipfjicppfnpaackgiehkejbkbk
आधिकारिक URL https://chromewebstore.google.com/detail/chums/ahcpniipfjicppfnpaackgiehkejbkbk
विवरण Chums extension
फ़ाइल का आकार 700 KB
स्थापना संख्या 440
वर्तमान संस्करण 0.1.9
अंतिम अपडेट 2021-11-26
प्रकाशन तिथि 2021-07-13
रेटिंग 4.57/5 कुल 175 रेटिंग्स
डेवलपर https://chums.co
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.chums.co
गोपनीयता नीति पृष्ठ URL https://www.chums.co/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chums",
    "version": "0.1.9",
    "description": "Chums extension",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/content\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net; object-src 'self'",
    "background": {
        "scripts": [
            "\/background\/index.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "Chums"
    },
    "icons": {
        "48": "\/images\/chumbo.png",
        "128": "\/images\/chumbo.png"
    },
    "web_accessible_resources": [
        "\/images\/chevron-down.svg",
        "\/images\/chevron-up.svg",
        "\/images\/chumbo.png",
        "\/images\/close.svg",
        "\/images\/collection.svg",
        "\/images\/copy.svg",
        "\/images\/default-profile-image.svg",
        "\/images\/home.svg",
        "\/images\/icon100.png",
        "\/images\/icon200.png",
        "\/images\/icon300.png",
        "\/images\/icon50.png",
        "\/images\/logotype.svg",
        "\/images\/password-eye.svg",
        "\/images\/pencil.svg",
        "\/images\/profile.svg",
        "\/images\/search.svg",
        "\/images\/sign-out.svg",
        "\/images\/spinner.svg",
        "\/images\/success.svg",
        "\/images\/welcome-collage.png",
        "\/fonts\/AvenirLTPro-Black.ttf",
        "\/fonts\/AvenirLTPro-BlackOblique.ttf",
        "\/fonts\/AvenirLTPro-Book.ttf",
        "\/fonts\/AvenirLTPro-BookOblique.ttf",
        "\/fonts\/AvenirLTPro-Heavy.ttf",
        "\/fonts\/AvenirLTPro-HeavyOblique.ttf",
        "\/fonts\/AvenirLTPro-Light.ttf",
        "\/fonts\/AvenirLTPro-LightOblique.ttf",
        "\/fonts\/AvenirLTPro-Medium.ttf",
        "\/fonts\/AvenirLTPro-MediumOblique.ttf",
        "\/fonts\/AvenirLTPro-Roman.ttf",
        "\/fonts\/AvenirLTPro-RomanOblique.ttf"
    ]
}