Self Development Journal
The Self Growth Journal can help you change your life in 30 days
Self Development Journalとは何ですか?
Self Development JournalはRichard Butler Life Coachによって開発されたChromeの拡張機能で、その主な機能は「The Self Growth Journal can help you change your life in 30 days」です。
拡張機能のスクリーンショット
Self Development Journal拡張機能のCRXファイルをダウンロード
Self Development Journal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
30 days can change your life. In fact one day can change your life but so many people don't realise this. Over the last 2 years I have journaled each and every day and have found that my life has changed. However I never found a self help journal that was exactly what I wanted. So I created one. I want to provide you with this self help journal at no cost to you, and I also want to keep you up to date with my latest self help techniques. Will you allow yourself to change over the next 30 days?
拡張機能の基本情報
名前 | |
ID | kiaomcljbciapafdiejljdodjdpjflhb |
公式URL | https://chrome.google.com/webstore/detail/self-development-journal/kiaomcljbciapafdiejljdodjdpjflhb |
説明 | The Self Growth Journal can help you change your life in 30 days |
ファイルサイズ | 49.6 KB |
インストール数 | 172 |
現在のバージョン | 1 |
最終更新日 | 2017-08-21 |
公開日 | 2017-08-21 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Richard Butler Life Coach |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Self Development Journal", "manifest_version": 2, "short_name": "Journal", "description": "The Self Growth Journal can help you change your life in 30 days", "version": "1", "background": { "persistent": false, "scripts": [ "OneSignal2.js", "background.js" ] }, "browser_action": { "default_icon": "16px_182-1503358203.png" }, "icons": { "128": "128px_182-1503358224.png" }, "permissions": [ "gcm", "storage", "notifications", "identity" ] } |