Pin toolkit

The helper tool for showing the useful information pinterest

O que é Pin toolkit?

Pin toolkit é uma extensão do Chrome desenvolvida por tommy, e sua principal característica é "The helper tool for showing the useful information pinterest".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pin toolkit

Baixe arquivos de extensão Pin toolkit 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

                        The toolkit help find the most popular pins for a keyword or set of keywords
Helps you find the ideas everyone else likes the most
Great for market research and / or Competitor analysis
Find out what people really want, like, or need
- Show saved, repin, likes, comment and created date.
- Sort by number of saved decreases.
- Sort by decreasing repin.
- Sort by date created from near to far.
- Automatically scroll pages as required.

Changelogs:
- v1.0.1 - 23/01/2018: Fix issues loading pin infos.                    

Informações Básicas da Extensão

Nome Pin toolkit Pin toolkit
ID lliffcomnejfbamfoneogopkbffecdnd
URL Oficial https://chrome.google.com/webstore/detail/pin-toolkit/lliffcomnejfbamfoneogopkbffecdnd
Descrição The helper tool for showing the useful information pinterest
Tamanho do Arquivo 91.52 KB
Contagem de Instalações 42
Versão Atual 1.0.1
Última Atualização 2018-01-23
Data de Publicação 2018-01-23
Classificação 3.13/5 Total de 8 Avaliações
Desenvolvedor tommy
Tipo de Pagamento in_store
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Pin toolkit",
    "background": {
        "page": "background.html",
        "persistent": true,
        "scripts": []
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-16.png",
            "38": "icon-48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Pinterest toolkit"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "arrive.min.js",
                "moment.min.js",
                "content.min.js"
            ],
            "matches": [
                "https:\/\/www.pinterest.com\/*",
                "https:\/\/www.pinterest.com\/",
                "https:\/\/www.pinterest.co.uk\/*",
                "https:\/\/uk.pinterest.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com https:\/\/*.pinterest.com 'unsafe-eval'; object-src 'self'",
    "description": "The helper tool for showing the useful information pinterest",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Pin toolkit",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "*:\/\/*.pinterest.com\/*",
        "https:\/\/www.googleapis.com\/"
    ],
    "short_name": "PinToolkit",
    "version": "1.0.1"
}