Tools for Neto

Various tools to speed up administration and management of a Neto by Maropost eCommerce store.

Tools for Netoคืออะไร?

Tools for Neto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Harback และคุณลักษณะหลักของมันคือ "Various tools to speed up administration and management of a Neto by Maropost eCommerce store."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tools for Neto

ดาวน์โหลดไฟล์ส่วนขยาย Tools for Neto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Various tools to speed up the administration and management of your Neto by Maropost  eCommerce store. 

Currently tools are available on the right click menu. Watch promo video on how the extension works, additional set instructions are available in the extensions details tab by click the extension icon in the chrome bar.

😊 Current Features: (Version 1.0.4)

✔ Rebranded tool from Tools for Maropost Commerce Cloud to Tools for Neto - in line with announcement from Maropost that they will be building a new platform called Maropost Commerce Cloud and leaving the current platform "Neto" as is.
✔ Open a SKU edit page in the _cpanel by selecting the sku text and right clicking. 
✔ From a third party site like Google Sheets open a SKU edit page in the _cpanel by selecting the sku text and right clicking
✔ From a third party site like Google Sheets open a SKU list page in the _cpanel by selecting the supplier's code and right clicking.
✔ Open a content page in the _cpanel by selecting content ID text and right clicking.
✔ From a third party site like Google Sheets Open a content page in the _cpanel by selecting content ID text and right clicking.

Make sure to pin the extension icon to your chrome bar then click the icon to see the "Suggest a tool" link. Fill in the suggestion form to send me your ideas. You never know, you might even see your suggestion to speed up your admin & management of your store implemented in this tool.

❌❌❌ Please note: incorrect use of this extension by selecting text that is not a product SKU can result in new products being created, if you get a message "Invalid product code. Create new product?" ALWAYS click the cancel button or you will create a new product.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tools for Neto Tools for Neto
ID ebnnldbkbffpmkloknipjaphcmidgnkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tools-for-neto/ebnnldbkbffpmkloknipjaphcmidgnkl
คำอธิบาย Various tools to speed up administration and management of a Neto by Maropost eCommerce store.
ขนาดไฟล์ 307 KB
จำนวนการติดตั้ง 139
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-05-27
วันที่เผยแพร่ 2023-01-09
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Peter Harback
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tools for Neto",
    "description": "Various tools to speed up administration and management of a Neto by Maropost eCommerce store.",
    "version": "1.0.4",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Tools for Neto",
        "default_popup": "html\/popup.html"
    }
}