Shopify Edit Button
Add a button to edit the displayed shopify blog post and pages
O que é Shopify Edit Button?
Shopify Edit Button é uma extensão do Chrome desenvolvida por Andrea Dragotta, e sua principal característica é "Add a button to edit the displayed shopify blog post and pages".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shopify Edit Button
Baixe arquivos de extensão Shopify Edit Button 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 extension covers a missing feature in shopify. You have an "Edit" button for products, but not for blog posts or pages! This extension will add a button that, once clicked, will redirect you to the backoffice and let you edit your post on the fly. - v. 1.0.2: Added edit buttons for products - v. 1.0.1: Added edit buttons also for other types of shopify pages (collections/blogs) and a button to the admin site on the homepage (screenshots made available thanks to the concession of modaedesign.com)
Informações Básicas da Extensão
Nome | Shopify Edit Button |
ID | jjbnjnahlifmjniecpefeapddjedbhff |
URL Oficial | https://chromewebstore.google.com/detail/shopify-edit-button/jjbnjnahlifmjniecpefeapddjedbhff |
Descrição | Add a button to edit the displayed shopify blog post and pages |
Tamanho do Arquivo | 34.67 KB |
Contagem de Instalações | 104 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-10-15 |
Data de Publicação | 2022-06-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Andrea Dragotta |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify Edit Button", "version": "1.0.2", "description": "Add a button to edit the displayed shopify blog post and pages", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "libraries\/bgscript.js", "injected.js" ], "css": [ "injected.css" ], "matches": [ "https:\/\/*\/*" ] } ], "web_accessible_resources": [ { "resources": [ "shopify-btn.js" ], "matches": [ "https:\/\/*\/*" ] } ], "action": { "default_icon": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png" } }, "icons": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png" }, "options_page": "options.html", "manifest_version": 3 } |