Path of Exile Inventory Manager

Path of Exile Inventory Manager Helps you quickly find items by their stats or name.

¿Qué es Path of Exile Inventory Manager?

Path of Exile Inventory Manager es una extensión de Chrome desarrollada por https://poe-inventory-manager.freefinancetools.net, y su función principal es "Path of Exile Inventory Manager Helps you quickly find items by their stats or name.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Path of Exile Inventory Manager

Descarga archivos de extensión Path of Exile Inventory Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Install this extension and it helps puts all your Path of Exile loot into a searchable datagrid.

This is a great way to list out and store all the data for all the equipment/loot each of your alternate characters hold.

Install this extension and never lose track of your Path of Exile loot again. Have it all stored in an easily accessible format.                    

Información Básica de la Extensión

Nombre Path of Exile Inventory Manager Path of Exile Inventory Manager
ID heigccodaclmiedadhlocmkfcjplkpoc
URL Oficial https://chromewebstore.google.com/detail/path-of-exile-inventory-m/heigccodaclmiedadhlocmkfcjplkpoc
Descripción Path of Exile Inventory Manager Helps you quickly find items by their stats or name.
Tamaño del Archivo 1.89 MB
Cantidad de Instalaciones 110
Versión Actual 1.0.0
Última Actualización 2020-12-12
Fecha de Publicación 2020-11-06
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://poe-inventory-manager.freefinancetools.net
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "Looty",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "install.js"
        ]
    },
    "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval'",
    "permissions": [
        "https:\/\/www.pathofexile.com\/*",
        "https:\/\/webcdn.pathofexile.com\/*",
        "http:\/\/www.pathofexile.com\/*",
        "http:\/\/webcdn.pathofexile.com\/*",
        "storage",
        "unlimitedStorage"
    ]
}