PinAli - PinIt button for AliExpress images
Add PinIt button for every image on AliExpress pages and share easy your shopping style.
O que é PinAli - PinIt button for AliExpress images?
PinAli - PinIt button for AliExpress images é uma extensão do Chrome desenvolvida por CodedByHand, e sua principal característica é "Add PinIt button for every image on AliExpress pages and share easy your shopping style.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PinAli - PinIt button for AliExpress images
Baixe arquivos de extensão PinAli - PinIt button for AliExpress images 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
Informações Básicas da Extensão
Nome | PinAli - PinIt button for AliExpress images |
ID | nejbfcpiopnbijigppomhgpieofpkfkb |
URL Oficial | https://chromewebstore.google.com/detail/pinali-pinit-button-for-a/nejbfcpiopnbijigppomhgpieofpkfkb |
Descrição | Add PinIt button for every image on AliExpress pages and share easy your shopping style. |
Tamanho do Arquivo | 11.37 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.0.2 |
Última Atualização | 2015-04-07 |
Data de Publicação | 2015-04-07 |
Desenvolvedor | CodedByHand |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sites.google.com/view/coded-by-hand-privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PinAli - PinIt button for AliExpress images", "short_name": "PinAli", "version": "1.0.2", "description": "Add PinIt button for every image on AliExpress pages and share easy your shopping style.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "background": [], "content_scripts": [ { "matches": [ "http:\/\/activities.aliexpress.com\/*", "http:\/\/www.aliexpress.com\/*", "http:\/\/es.aliexpress.com\/*", "http:\/\/pt.aliexpress.com\/*", "http:\/\/ru.aliexpress.com\/*" ], "js": [ "pinali.js" ] } ] } |