Site de rencontre Nice People
Ne rater plus jamais l'occasion de faire des rencontres !
Site de rencontre Nice People là gì?
Site de rencontre Nice People là một tiện ích mở rộng Chrome được phát triển bởi http://www.nice-people.be, và tính năng chính của nó là "Ne rater plus jamais l'occasion de faire des rencontres !".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Site de rencontre Nice People
Tải xuống các tệp mở rộng Site de rencontre Nice People dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Le centre de notification Nice People est une extension gratuite du site de rencontre Nice People qui vous permet de rester informer de l'actualité de votre compte Nice People afin de ne rater aucune rencontre. Simple, facile, pratique et efficace : un seul clic suffit pour avoir un aperçu de votre profil, de votre indice de popularité et des derniers messages, votes, ... reçus.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jnakkhpnpnbeelehjbidfocaokdnjlfg |
URL Chính Thức | https://chrome.google.com/webstore/detail/site-de-rencontre-nice-pe/jnakkhpnpnbeelehjbidfocaokdnjlfg |
Mô tả | Ne rater plus jamais l'occasion de faire des rencontres ! |
Kích Thước Tệp | 454 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2014-07-30 |
Ngày Phát Hành | 2014-07-30 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://www.nice-people.be |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.nice-people.be |
URL Trang Trợ Giúp | http://www.nice-people.be |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site de rencontre Nice People", "short_name": "Centre de notification Nice People", "description": "Ne rater plus jamais l'occasion de faire des rencontres !", "version": "1.0.9", "icons": { "128": "assets\/logo.png" }, "permissions": [ "notifications", "http:\/\/*.nice-people.be\/", "https:\/\/*.nice-people.be\/", "storage" ], "background": { "scripts": [ "assets\/scripts\/jquery.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html", "default_title": "Nice People" } } |