Fohlio Web Clipper

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

Fohlio Web Clipper란 무엇입니까?

Fohlio Web Clipper은(는) https://www.fohlio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For interior and architecture designers to clip the product information from web to their specification list."입니다.

확장 프로그램 스크린샷

screenshot

Fohlio Web Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Fohlio Web Clipper Fohlio Web Clipper
ID pkheafpccjdmpppcifdkccnllpclbonk
공식 URL https://chromewebstore.google.com/detail/fohlio-web-clipper/pkheafpccjdmpppcifdkccnllpclbonk
설명 For interior and architecture designers to clip the product information from web to their specification list.
파일 크기 931 KB
설치 횟수 3,172
현재 버전 2.8.22
최근 업데이트 2024-02-29
출시 날짜 2020-05-28
평점 4.79/5 총 43 개의 평점
개발자 https://www.fohlio.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.fohlio.com
도움말 페이지 URL http://learn.fohlio.com/fohlio-web-clipper-tutorial/
개인정보 보호 정책 페이지 URL https://www.fohlio.com/blog/privacy-policy
지원되는 언어 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"
    ]
}