Send Note to Device

Send Note to Device allows you to send current URL with a note (message) to different devices.

Send Note to Deviceคืออะไร?

Send Note to Device เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fastaddons.com และคุณลักษณะหลักของมันคือ "Send Note to Device allows you to send current URL with a note (message) to different devices."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send Note to Device

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

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

                        ⭕ In order to use this extension you will need:
- Chrome Sync feature - just login to your Chrome account
- install it on all your devices

⭐ Top features:
- Send link with message! - do you use "Send Tab to Device" feature in Firefox? This is similar, but you can include a note with the link!
- End to End encryption - all transferred data are encrypted thanks to Chrome Sync
- No need to create additional account - Chrome Sync will handle everything
- Inbox - history of last 100 received notes
- Outbox - history of last 100 send notes
- No Ads!

🛑 Limitations of Chrome Sync engine:
- Chrome Sync can handle only 100KB of data - if you try to send VERY long note or many long notes to many devices, it may run out of space and fail. However, when device receives a note, it's removed from Chrome Sync to free up space.
- No instant messages - sending messages may take some time (it depends on Chrome Sync, usually it takes few seconds)
- Synchronization conflicts - message can get lost if devices are not synchronized in time. However this should be really really rare in real life.

❤ About author - Juraj Mäsiar:
 https://blog.mozilla.org/addons/2020/06/15/Friend-Of-Add-ons-Juraj-Masiar/

☕ I'm extension developer since 2016 and my goal is to build powerful extensions for your web-browser to make you more productive.
If you think I'm doing a good job, please donate :)
- Ko-Fi.com: https://ko-fi.com/fastaddons
- PayPal.Me: https://paypal.me/fastaddons/
- Patreon.com: https://www.patreon.com/fastaddons
💥 Thank you for supporting my work!

🔒 Privacy Policy:
This extension is NOT using own cloud servers, all data synchronization is using Chrome powered End-to-end encrypted "Chrome Sync" engine.                    

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

ชื่อ Send Note to Device Send Note to Device
ID ohcinjncimepibaooaagifjafbmnneoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/send-note-to-device/ohcinjncimepibaooaagifjafbmnneoa
คำอธิบาย Send Note to Device allows you to send current URL with a note (message) to different devices.
ขนาดไฟล์ 200 KB
จำนวนการติดตั้ง 280
เวอร์ชันปัจจุบัน 3.6
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2019-11-30
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://fastaddons.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fastaddons.com/
URL หน้าช่วยเหลือ https://fastaddons.com/
URL หน้านโยบายความเป็นส่วนตัว https://github.com/fastaddons/privacy_policy
ภาษาที่รองรับ de,en,es,es-419,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.6",
    "author": "Juraj M\u00e4siar",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.loader.js"
    },
    "action": {
        "default_icon": {
            "128": "128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+M"
            }
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "128.png",
                "utils\/svg\/resize-corner.svg",
                "note\/note.css",
                "note\/note.html",
                "note\/note.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}