Sticky Note Board Extension

Sticky notes have unlimited possibilities. Run a retrospective, start brainstorming, or plan out your roadmap.

Sticky Note Board Extensionคืออะไร?

Sticky Note Board Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Monetize Engine และคุณลักษณะหลักของมันคือ "Sticky notes have unlimited possibilities. Run a retrospective, start brainstorming, or plan out your roadmap."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sticky Note Board Extension

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

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

                        The perfect extension to help you stay organized and focused on your goals.

The Sticky Note Board extension gives you the option to add sticky notes to your home page, that are stored and shown every time a new window or tab are opened.
Each note contains a main title and an additional body of text, and can be edited or removed at anytime. 
On top of that, users will also have an active clock on the bottom right hand corner of the homepage and the current date on the left, as well as the option to shuffle between available backgrounds by clicking the shuffle button on top right corner.


By clicking “Add to Chrome”, you accept and agree to the following:
-Installing the Sticky Note Board extension
-Setting the Chrome™ New Tab search to Microsoft Bing
-Monetize Engine's privacy policy and terms of use

Privacy Policy: https://monetizengine.com/privacy-policy/
Terms of Use: https://monetizengine.com/terms-and-conditions/


You may uninstall the Sticky Note Board anytime
To remove our extension from your browser:

1) Click on the three dots in the upper right corner of your browser
2) Go to "Settings"
3) Click on "Extensions" in the left menu that appears
4) From the list of installed Extensions, locate the extension you would like to uninstall                    

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

ชื่อ Sticky Note Board Extension Sticky Note Board Extension
ID dpcogpmdgifmjmkebgpenmedakpkbhof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sticky-note-board-extensi/dpcogpmdgifmjmkebgpenmedakpkbhof
คำอธิบาย Sticky notes have unlimited possibilities. Run a retrospective, start brainstorming, or plan out your roadmap.
ขนาดไฟล์ 179 KB
จำนวนการติดตั้ง 35,083
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2023-02-16
วันที่เผยแพร่ 2022-11-23
คะแนน 4.62/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา Monetize Engine
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://monetizengine.com
URL หน้าช่วยเหลือ https://monetizengine.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://monetizengine.com/Privacy-Policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.1.1",
    "author": "Monetize Engine LLC",
    "name": "Sticky Note Board Extension",
    "description": "Sticky notes have unlimited possibilities. Run a retrospective, start brainstorming, or plan out your roadmap.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.803675d6.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.notesticky-extension.com\/*"
    ]
}