Indexmenow
Un outil d’indexation qui fonctionne vraiment sur Google !
Indexmenow là gì?
Indexmenow là một tiện ích mở rộng Chrome được phát triển bởi nampoinaandriamalala, và tính năng chính của nó là "Un outil d’indexation qui fonctionne vraiment sur Google !".
Ả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 Indexmenow
Tải xuống các tệp mở rộng Indexmenow 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
Un outil d’indexation qui fonctionne vraiment sur Google ! Enfin un outil d’indexation qui fonctionne vraiment sur Google ! Consultez tous nos avis et testez par vous-même. C’est en moyenne 80% de pages indexées en 24h En plus, l’indexation est recréditée si votre URL n’est pas indexée sous 10 jours.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Indexmenow |
ID | nfckflgabnpbmdefidjjhoefeackkgdl |
URL Chính Thức | https://chromewebstore.google.com/detail/indexmenow/nfckflgabnpbmdefidjjhoefeackkgdl |
Mô tả | Un outil d’indexation qui fonctionne vraiment sur Google ! |
Kích Thước Tệp | 1.45 MB |
Số Lần Cài Đặt | 528 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-12-18 |
Ngày Phát Hành | 2021-12-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | nampoinaandriamalala |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://indexmenow.com/ |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Indexmenow", "options_page": "options\/options.html", "description": "Un outil d\u2019indexation qui fonctionne vraiment sur Google !", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/indexmenow16.png", "32": "\/images\/indexmenow32.png", "48": "\/images\/indexmenow48.png", "128": "\/images\/indexmenow128.png" } }, "permissions": [ "storage", "activeTab", "scripting" ], "icons": { "16": "\/images\/indexmenow16.png", "32": "\/images\/indexmenow32.png", "48": "\/images\/indexmenow48.png", "128": "\/images\/indexmenow128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/js.cookie.js", "js\/jquery.min.js", "js\/ProBar.js" ], "css": [ "css\/font-awesome.css" ] } ], "web_accessible_resources": [ { "resources": [ "fonts\/*" ], "matches": [ " |