NotesGoGo

Online seller and buyer product note taking tool that works with Amazon, Ebay, Walmart and Rakuten Japan sales channels.

NotesGoGoคืออะไร?

NotesGoGo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.notesgogo.com และคุณลักษณะหลักของมันคือ "Online seller and buyer product note taking tool that works with Amazon, Ebay, Walmart and Rakuten Japan sales channels."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        NotesGoGo is a unique and very powerful note taking tool designed for sellers and buyers in mind. Your notes are conveniently available in-pages within Amazon, *Ebay, *Walmart and *Rakuten Japan sales channels.

Features Include:
> Tags for easy note cross referencing between products as well as between sales channels
> Add File attachments to notes
> Schedule Email Notifications (Reminder)
> Multiple users for higher plans
> Note sharing enabled between users
 - Share notes to everyone in the team
 - Make notes Private
 - Share a note to anyone via a Public Link
 - Share note to specific NotesGoGo user outside the team
> Download notes
> Searchable notes using text filters
> Works in Amazon Seller Central Inventory and Orders page

More sales channels will be supported soon!
* - Seller Dashboard will be supported soon.                    

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

ชื่อ NotesGoGo NotesGoGo
ID idgfophjgoakpjeahijpimfjggdhhfen
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/notesgogo/idgfophjgoakpjeahijpimfjggdhhfen
คำอธิบาย Online seller and buyer product note taking tool that works with Amazon, Ebay, Walmart and Rakuten Japan sales channels.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2019-10-14
วันที่เผยแพร่ 2019-10-14
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.notesgogo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.notesgogo.com
URL หน้าช่วยเหลือ https://notesgogo.freshdesk.com/support/home
URL หน้านโยบายความเป็นส่วนตัว http://www.crystalballsystems.com/privacypolicy.xhtml
ภาษาที่รองรับ id,ms,de,en,fr,nl,no,vi,tr,da,es,it,hu,pl,ro,sv,el,ru,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "lib\/jquery-ui.min.js",
                "scripts\/config\/app.js",
                "scripts\/utils\/ExtUtil.js",
                "scripts\/services\/InjectorFactory.js",
                "scripts\/services\/SCManageInventoryService.js",
                "scripts\/services\/SCManageOrdersService.js",
                "scripts\/services\/AmzBuyboxPageService.js",
                "scripts\/services\/AmzOfferListingPageService.js",
                "scripts\/services\/AmzSearchResultPageService.js",
                "scripts\/services\/WalmartBuyBoxPageService.js",
                "scripts\/services\/WalmartSearchResultPageService.js",
                "scripts\/services\/RakutenBuyBoxPageService.js",
                "scripts\/services\/RakutenSearchResultPageService.js",
                "scripts\/services\/EbayBuyBoxPageService.js",
                "scripts\/services\/EbaySearchResultPageService.js",
                "scripts\/services\/NoteService.js",
                "scripts\/content\/main.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "*:\/\/*.notesgogo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.rakuten.co.jp\/*",
                "*:\/\/*.ebay.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "lib\/jquery-3.3.1.min.js",
            "scripts\/config\/app.js",
            "scripts\/background\/background.js",
            "scripts\/background\/NoteLoaderListener.js",
            "scripts\/background\/IconBadgesListener.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.notesgogo.com\/*",
        "*:\/\/*.amzpecty.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com.tr\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.walmart.com\/*",
        "*:\/\/*.rakuten.co.jp\/*",
        "*:\/\/*.ebay.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png",
        "images\/icon-writenote.png",
        "images\/icon-sharednotes.png",
        "images\/icon-notealert.png",
        "images\/icon-noteslist.png",
        "images\/icon-searchnotes.png"
    ],
    "icons": {
        "128": "icon.png"
    }
}