Shopify Edit Button
Add a button to edit the displayed shopify blog post and pages
Shopify Edit Button là gì?
Shopify Edit Button là một tiện ích mở rộng Chrome được phát triển bởi Andrea Dragotta, và tính năng chính của nó là "Add a button to edit the displayed shopify blog post and pages".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shopify Edit Button
Tải xuống các tệp mở rộng Shopify Edit Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shopify Edit Button |
ID | jjbnjnahlifmjniecpefeapddjedbhff |
URL Chính Thức | https://chromewebstore.google.com/detail/shopify-edit-button/jjbnjnahlifmjniecpefeapddjedbhff |
Mô tả | Add a button to edit the displayed shopify blog post and pages |
Kích Thước Tệp | 34.67 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-10-15 |
Ngày Phát Hành | 2022-06-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Andrea Dragotta |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |