Fohlio Web Clipper

For interior and architecture designers to clip the product information from web to their specification list.

Fohlio Web Clipper là gì?

Fohlio Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi https://www.fohlio.com, và tính năng chính của nó là "For interior and architecture designers to clip the product information from web to their specification list.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fohlio Web Clipper

Tải xuống các tệp mở rộng Fohlio Web Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Use Fohlio Web Clipper to click and collect product information with ease.

When browsing a webpage,  interior designers can use a simple click action to add product information to their specification list via Fohlio Web Clipper. 

It is a much easier way than manually copying and pasting to gather product information ( such as text, images and files) 

Fohlio Browser Extension is for http://www.fohlio.com/ user only. It is ad free!

Get in touch with us via [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fohlio Web Clipper Fohlio Web Clipper
ID pkheafpccjdmpppcifdkccnllpclbonk
URL Chính Thức https://chromewebstore.google.com/detail/fohlio-web-clipper/pkheafpccjdmpppcifdkccnllpclbonk
Mô tả For interior and architecture designers to clip the product information from web to their specification list.
Kích Thước Tệp 931 KB
Số Lần Cài Đặt 3,172
Phiên Bản Hiện Tại 2.8.22
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2020-05-28
Đánh Giá 4.79/5 Tổng số 43 Đánh Giá
Nhà Phát Triển https://www.fohlio.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fohlio.com
URL Trang Trợ Giúp http://learn.fohlio.com/fohlio-web-clipper-tutorial/
URL Trang Chính Sách Bảo Mật https://www.fohlio.com/blog/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fohlio Web Clipper",
    "short_name": "Fohlio Plugin",
    "description": "For interior and architecture designers to clip the product information from web to their specification list.",
    "version": "2.8.22",
    "author": "Fohlio Inc",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/browser-polyfill.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_title": "Smart extraction of product specification for your design project",
        "default_icon": {
            "16": "images\/icon-16.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "styles\/app.css"
            ],
            "js": [
                "scripts\/browser-polyfill.js",
                "scripts\/page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "plugin.html",
        "scripts\/app.js",
        "scripts\/browser-polyfill.js"
    ]
}