Fohlio Web Clipper

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

Vad är Fohlio Web Clipper?

Fohlio Web Clipper är en Chrome-tillägg utvecklad av https://www.fohlio.com, och dess huvudfunktion är "For interior and architecture designers to clip the product information from web to their specification list.".

Tilläggsskärmbilder

screenshot

Ladda ner Fohlio Web Clipper-förlängningens CRX-fil

Ladda ner Fohlio Web Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Fohlio Web Clipper Fohlio Web Clipper
ID pkheafpccjdmpppcifdkccnllpclbonk
Officiell webbadress https://chromewebstore.google.com/detail/fohlio-web-clipper/pkheafpccjdmpppcifdkccnllpclbonk
Beskrivning For interior and architecture designers to clip the product information from web to their specification list.
Filstorlek 931 KB
Antal Installationer 3,172
Aktuell Version 2.8.22
Senast Uppdaterad 2024-02-29
Publiceringsdatum 2020-05-28
Betyg 4.79/5 Totalt 43 Betyg
Utvecklare https://www.fohlio.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.fohlio.com
Hjälpsida URL http://learn.fohlio.com/fohlio-web-clipper-tutorial/
URL till Sekretesspolicy Sidan https://www.fohlio.com/blog/privacy-policy
Stödda Språk 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"
    ]
}