Redbubble tags copy Free!!
With this extension you can copy the tags of any product on redbubble EASILLY!
O que é Redbubble tags copy Free!!?
Redbubble tags copy Free!! é uma extensão do Chrome desenvolvida por mohamedoulkir, e sua principal característica é "With this extension you can copy the tags of any product on redbubble EASILLY!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Redbubble tags copy Free!!
Baixe arquivos de extensão Redbubble tags copy Free!! 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
This chrome extension is able help you to get the keywords (tags) of any product in redbubble.com, with comma (,) between every tag and another, you can copy it manually and use it directly in your product, check the explanation pictures to understand more. thanks!
Informações Básicas da Extensão
Nome | Redbubble tags copy Free!! |
ID | eldfemlajnjfcnklboiphdjfobfigaol |
URL Oficial | https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol |
Descrição | With this extension you can copy the tags of any product on redbubble EASILLY! |
Tamanho do Arquivo | 25.1 KB |
Contagem de Instalações | 1,244 |
Versão Atual | 3.5.3 |
Última Atualização | 2022-10-13 |
Data de Publicação | 2022-06-07 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | mohamedoulkir |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Redbubble tags copy Free!!", "description": "With this extension you can copy the tags of any product on redbubble EASILLY!", "version": "3.5.3", "icons": { "16": "\/aissa16.png", "48": "\/aissa48.png", "128": "\/aissa128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.redbubble.com\/*" ], "css": [ "aissa.css" ], "js": [ "aissa.js" ] } ] } |