Boxagon

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

O que é Boxagon?

Boxagon é uma extensão do Chrome desenvolvida por https://boxagon.com, e sua principal característica é "Find, manage, and share collections of stuff that goes well together.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Boxagon

Baixe arquivos de extensão Boxagon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Boxagon Boxagon
ID bddnejeoadoohbhkedcdmgeeacfhoicj
URL Oficial https://chromewebstore.google.com/detail/boxagon/bddnejeoadoohbhkedcdmgeeacfhoicj
Descrição Find, manage, and share collections of stuff that goes well together.
Tamanho do Arquivo 140 KB
Contagem de Instalações 59
Versão Atual 1.1.4
Última Atualização 2014-05-19
Data de Publicação 2014-05-19
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://boxagon.com
Tipo de Pagamento free
Site da Extensão http://boxagon.com
URL da Página de Ajuda http://boxagon.com/FAQ
Idiomas Suportados 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\/*"
        ]
    }
}