Boardflow

Visual Research Made Easy

Boardflowคืออะไร?

Boardflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Boardflow และคุณลักษณะหลักของมันคือ "Visual Research Made Easy"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Visual Bookmarking Made Easy
 
Boardflow is the privacy-focused, professional way for creative teams and individuals to collect images from the web in a private and collaborative space. 

You can signup at https://www.boardflow.co

- Collect, organize and save your visual inspiration in private boards.
- Capture single images, crops, visible tabs or entire web pages from your browser.
- Add tags and save webpage URLS, so it’s easy to find a specific image.

Keep your boards private or share them with your teams and clients and collaborate through comments.

The official Boardflow extension for Chrome adds a button to the browser to let designers and creative professionals collect, organize and save visual references and design inspiration from any website.

Easily import all the images you have sitting on your desktop, just by dragging and dropping them on Boardflow.

Here are a few of our values building Boardflow: 

* For creative professionals 
Boardflow is made thinking about the needs of creative professionals like:
graphic & brand designers 
architects and interior designers 
ux/ui designers 
fashion designers 
creative directors and marketing teams

* Privacy-focused
Your inspiration is your secret sauce! That’s why all your boards will be private by default.

* No-ads
You will never see an ads on Boardflow 

* Fair pricing
You can choose the pricing plan that best fits your needs. Or just try Boardflow on the free plan. 

Feel free to give us your feedback, writing to [email protected]                    

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

ชื่อ Boardflow Boardflow
ID gbecpkkgknmpkedafcelmbcfhmhghafh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/boardflow/gbecpkkgknmpkedafcelmbcfhmhghafh
คำอธิบาย Visual Research Made Easy
ขนาดไฟล์ 203 KB
จำนวนการติดตั้ง 399
เวอร์ชันปัจจุบัน 3.33
อัปเดตครั้งล่าสุด 2022-05-01
วันที่เผยแพร่ 2022-02-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Boardflow
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.boardflow.co
URL หน้านโยบายความเป็นส่วนตัว https://www.boardflow.co/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boardflow",
    "version": "3.33",
    "description": "Visual Research Made Easy",
    "author": "Creonomy",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/content.css",
                "style\/fonts.css",
                "style\/fonts\/Raleway-Bold.ttf",
                "style\/fonts\/Raleway-Regular.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}