Boxagon

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

Qu'est-ce que Boxagon ?

Boxagon est une extension Chrome développée par https://boxagon.com, et sa fonction principale est "Find, manage, and share collections of stuff that goes well together.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Boxagon

Téléchargez les fichiers d'extension Boxagon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Boxagon Boxagon
ID bddnejeoadoohbhkedcdmgeeacfhoicj
URL Officiel https://chromewebstore.google.com/detail/boxagon/bddnejeoadoohbhkedcdmgeeacfhoicj
Description Find, manage, and share collections of stuff that goes well together.
Taille du Fichier 140 KB
Nombre d'Installations 59
Version Actuelle 1.1.4
Dernière Mise à Jour 2014-05-19
Date de Publication 2014-05-19
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://boxagon.com
Type de Paiement free
Site Web de l'Extension http://boxagon.com
URL de la Page d'Aide http://boxagon.com/FAQ
Langues Prises en Charge 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\/*"
        ]
    }
}