Boxagon

Find, manage, and share collections of stuff that goes well together.

Boxagon क्या है?

Boxagon https://boxagon.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find, manage, and share collections of stuff that goes well together."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Boxagon is a social commerce platform where you can create and discover collections or “boxes” of items that go well together for all types of situations. So if you’re getting a dog or running your first marathon, you can search through the site and see boxes with items that other users recommend for these events. The concept is similar to how people on fashion sites match pieces of clothing to create amazing outfits, but we’re applying it to a much wider audience.

The Boxagon Chrome extension adds a button to your browser that appears when you are viewing an item on Amazon. It lets you add the item to a box in a quick and simple way.                    

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

नाम Boxagon Boxagon
ID bddnejeoadoohbhkedcdmgeeacfhoicj
आधिकारिक URL https://chromewebstore.google.com/detail/boxagon/bddnejeoadoohbhkedcdmgeeacfhoicj
विवरण Find, manage, and share collections of stuff that goes well together.
फ़ाइल का आकार 140 KB
स्थापना संख्या 59
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2014-05-19
प्रकाशन तिथि 2014-05-19
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://boxagon.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://boxagon.com
सहायता पृष्ठ URL http://boxagon.com/FAQ
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boxagon",
    "short_name": "Boxagon",
    "description": "Find, manage, and share collections of stuff that goes well together.",
    "version": "1.1.4",
    "manifest_version": 2,
    "minimum_chrome_version": "20.0",
    "background": {
        "scripts": [
            "js\/global.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "images\/icons\/icon19.png",
        "default_title": "Boxagon Product Tagger"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "icons": {
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "widget.html",
        "\/js\/lib\/jquery-2.0.2.min.map"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.boxagon.com\/*",
            "*:\/\/*.amazon.com\/*"
        ]
    }
}