NewSelfHelp
The blog is all about self help and personal development
Apa itu NewSelfHelp?
NewSelfHelp adalah ekstensi Chrome yang dikembangkan oleh richardquek, dan fitur utamanya adalah "The blog is all about self help and personal development".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NewSelfHelp
Unduh file ekstensi NewSelfHelp dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This blog is all about self help and personal development. If you are interested in Law of Attraction, Inspiration, Hypnosis, Healing and Peak Performance, this is the blog you should visit!
Informasi Dasar Ekstensi
Nama | NewSelfHelp |
ID | eippcbojephgehebcanfjnbhoblpcndd |
URL Resmi | https://chromewebstore.google.com/detail/newselfhelp/eippcbojephgehebcanfjnbhoblpcndd |
Deskripsi | The blog is all about self help and personal development |
Ukuran File | 25.06 KB |
Jumlah Instalasi | 86 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2017-09-22 |
Tanggal Publikasi | 2017-09-22 |
Pengembang | richardquek |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://30daystosuccess.org/quiz |
URL Halaman Bantuan | http://richardreply.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewSelfHelp", "manifest_version": 2, "short_name": "NewSelfHelp", "description": "The blog is all about self help and personal development", "version": "1", "background": { "persistent": false, "scripts": [ "OneSignal2.js", "background.js" ] }, "browser_action": { "default_icon": "16px_1240-1506097956.png" }, "icons": { "128": "128px_1240-1506097964.png" }, "permissions": [ "gcm", "storage", "notifications", "identity" ] } |