Affirmations Flow
Replace the new tab page with your affirmations — add, edit and shuffle play them.
Affirmations Flow란 무엇입니까?
Affirmations Flow은(는) Thoughtlytics Internet Pvt. Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the new tab page with your affirmations — add, edit and shuffle play them."입니다.
확장 프로그램 스크린샷
Affirmations Flow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Affirmations Flow is a productivity tool that helps you remember your affirmations and stay focused on your goals. Features - Minimal interface - Add as many affirmations as you need - Import/Export your affirmations in a spreadsheet - Affirmation shuffle play on new tab - Each affirmation displays for 30 minutes so that you can focus on it - Option to stop the shuffle if you want to focus on the present affirmation longer than 30 minutes - Option to display another affirmation if you do not want to focus on the present one at the moment - Option to hide the shuffle altogether - A beautiful floating-bubble screen It is an excellent tool for those who want to benefit from the power of affirmations but find it challenging to stay focused on them. Join our community for daily inspiration, motivation, success stories and more. Go to the community option after you install the extension. Note: After installing Affirmations Flow, click the ‘Keep it’ button on the ‘Change back to Google’ notification. It will show Affirmations Flow on each new tab as intended. To learn the science of affirmations, subscribe to the free email course! https://www.geetapandey.com
확장 프로그램 기본 정보
이름 | Affirmations Flow |
ID | koaaphllbjjlfgfmjohmlnncpeepdogg |
공식 URL | https://chromewebstore.google.com/detail/affirmations-flow/koaaphllbjjlfgfmjohmlnncpeepdogg |
설명 | Replace the new tab page with your affirmations — add, edit and shuffle play them. |
파일 크기 | 447 KB |
설치 횟수 | 183 |
현재 버전 | 0.0.1.1 |
최근 업데이트 | 2023-12-19 |
출시 날짜 | 2022-02-01 |
평점 | 4.91/5 총 11 개의 평점 |
개발자 | Thoughtlytics Internet Pvt. Ltd. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://affirmationsflow.com |
도움말 페이지 URL | https://www.geetapandey.com/affirmations-flow/contact |
개인정보 보호 정책 페이지 URL | https://www.geetapandey.com/affirmations-flow/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Affirmations Flow", "version": "0.0.1.1", "manifest_version": 3, "description": "Replace the new tab page with your affirmations \u2014 add, edit and shuffle play them.", "background": { "service_worker": "js\/background.js" }, "icons": { "128": "images\/affirmations-flow-icon-128x128.png", "48": "images\/affirmations-flow-icon-48x48.png", "16": "images\/affirmations-flow-icon-16x16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.affirmationsflow.com\/*" ], "js": [ "js\/xlsx_lib.js", "js\/whichfile.js", "js\/newtab.js", "js\/affirmation.js" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "whichfile.html" }, "permissions": [ "storage" ] } |