Contextual
Contextual allows you to design tips/tours/announcement etc on your website without needing to write code.
Contextual란 무엇입니까?
Contextual은(는) https://contextu.al에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Contextual allows you to design tips/tours/announcement etc on your website without needing to write code."입니다.
확장 프로그램 스크린샷
Contextual 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Great news! Contextual now supports: 1. Onboarding for Apps (Guides, Tips, Walkthroughs, Tooltips, FAQs, Help Videos etc) 2. Product Adoption for Apps. Analytics, Goals, Audience Targeting 3. Announce Features, Ask for Feedback, Track usage. 4. Available for Mobile and Web Apps Using this Browser Extension you can create and deploy user Guidance for Apps you make OR Software you already use. 1. Onboarding for Apps If you have a Web App, a Mobile App or even a Mobile Web App, Contextual is the only Code-Free platform for onboarding walkthroughs, carousels, tooltips & popups on all platforms. 2. Product Adoption for Apps Contextual's Product Adoption is the first product to allow teams to create Feature Announcements, Ask for Feedback (single-click responses from users) and Track Feature usage. More at https://contextu.al
확장 프로그램 기본 정보
이름 | Contextual |
ID | cnoifmjcjggaphfkbkmgmnoapgghakje |
공식 URL | https://chromewebstore.google.com/detail/contextual/cnoifmjcjggaphfkbkmgmnoapgghakje |
설명 | Contextual allows you to design tips/tours/announcement etc on your website without needing to write code. |
파일 크기 | 3.34 MB |
설치 횟수 | 105 |
현재 버전 | 5.0.1 |
최근 업데이트 | 2023-05-29 |
출시 날짜 | 2020-03-31 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://contextu.al |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://contextu.al |
도움말 페이지 URL | https://dashboard.contextu.al/docs |
개인정보 보호 정책 페이지 URL | https://contextu.al/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Contextual", "short_name": "Contextual", "author": "Contextual Team", "version": "5.0.1", "version_name": "5.0.1", "description": "Contextual allows you to design tips\/tours\/announcement etc on your website without needing to write code.", "icons": { "16": ".\/public\/img\/state-icon\/pointzi-icon-16px.png", "48": ".\/public\/img\/state-icon\/pointzi-icon-48px.png", "128": ".\/public\/img\/state-icon\/pointzi-icon-128px.png" }, "browser_action": { "default_icon": ".\/public\/img\/state-icon\/pointzi-icon-idle-48px.png", "default_title": "Contextual Creator of Guides for Product Adoption" }, "background": { "scripts": [ ".\/dist\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "js": [ ".\/dist\/middleware.js" ] } ], "options_ui": { "page": "src\/options\/options.html", "open_in_tab": false }, "permissions": [ "activeTab", "identity", "storage", "contextMenus", "https:\/\/fonts.gstatic.com\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/*.pointzi.com\/*", "https:\/\/*.pointzi.com\/v1\/*", "https:\/\/*.pointzi.com\/v2\/*", "https:\/\/*.pointzi.com\/v3\/*", "https:\/\/*.streethawk.com\/*", "https:\/\/*.streethawk.com\/v1\/*", "https:\/\/*.streethawk.com\/v2\/*", "https:\/\/*.streethawk.com\/v3\/*", "https:\/\/*.contextu.al\/*", "https:\/\/*.contextu.al\/v1\/*", "https:\/\/*.contextu.al\/v2\/*", "https:\/\/*.contextu.al\/v3\/*", "https:\/\/api.filestackapi.com\/filestack.js" ], "web_accessible_resources": [ "libs\/*", "public\/*", "dist\/*", "src\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.pointzi.com\/*", "*:\/\/*.contextu.al\/*" ] } } |