Katalog Auto-Fill Product Page - Extension
Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world
Katalog Auto-Fill Product Page - Extension란 무엇입니까?
Katalog Auto-Fill Product Page - Extension은(는) https://katalog.world에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world"입니다.
확장 프로그램 스크린샷
Katalog Auto-Fill Product Page - Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get from barcode product description, name, brand and much more datas to save your time With the Katalog Extension all informations will be pushed on your page at the right place. - Automate product page creation - Scan Barcode and fill in automatically entry fields on your current browser page from a product's GTIN. - Compatible with Magento, Shopify, Prestashop, Odoo and many more EAN, UPC, ISBN, GTIN supported - Use Template or Create your own mapper. - Extension automatically detect your input field or add new one, map it and autofill it. Check out the Katalog website to use this extension. An API Key is needed to get datas, obtain it for Free on our website. Built with ❤️ for retail ecommerce or marketplace. Get product informations automatically and spread it wherever. Create and Manage easily your product database, catalog. #PIM #eCommerce #Retail",
확장 프로그램 기본 정보
이름 | Katalog Auto-Fill Product Page - Extension |
ID | aekfiaddhmbbjhohokghnmncobkcadbe |
공식 URL | https://chromewebstore.google.com/detail/katalog-auto-fill-product/aekfiaddhmbbjhohokghnmncobkcadbe |
설명 | Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world |
파일 크기 | 357 KB |
설치 횟수 | 26 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2023-09-07 |
출시 날짜 | 2023-09-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://katalog.world |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.katalog.world/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Katalog Auto-Fill Product Page - Extension", "version": "0.0.1", "description": "Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world", "author": "[email protected]", "homepage_url": "https:\/\/www.katalog.world", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "short_name": "Katalog Auto Complete Product", "options_page": "src\/pages\/settings\/index.html", "action": { "default_popup": "src\/pages\/extension_popup\/index.html", "default_icon": "images\/logo.png" }, "icons": { "32": "images\/logo.png" }, "permissions": [ "storage", "activeTab", "scripting" ], "web_accessible_resources": [ { "resources": [ "images\/logo.png" ], "matches": [] } ] } |