melascrivi.com
Estensione che notifica nuovi contenuti disponibili e offerte del cashback di Melascrivi.com
melascrivi.com là gì?
melascrivi.com là một tiện ích mở rộng Chrome được phát triển bởi melascrivi, và tính năng chính của nó là "Estensione che notifica nuovi contenuti disponibili e offerte del cashback di Melascrivi.com".
Ả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 melascrivi.com
Tải xuống các tệp mở rộng melascrivi.com 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
Estensione che notifica le offerte di melascrivi.com/cashback. Installa il nostro assistente digitale e non perderai più nessuno sconto e offerta nei tuoi negozi preferiti. Facile, veloce e sicuro - presente nello store ufficiale di Google Chrome. Se sei registrato come autore su Melascrivi riceverai anche le notifiche sui tuoi lavori.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | melascrivi.com |
ID | acmefnmbkmhoanameblefboanplblbif |
URL Chính Thức | https://chromewebstore.google.com/detail/melascrivicom/acmefnmbkmhoanameblefboanplblbif |
Mô tả | Estensione che notifica nuovi contenuti disponibili e offerte del cashback di Melascrivi.com |
Kích Thước Tệp | 353 KB |
Số Lần Cài Đặt | 8,000 |
Phiên Bản Hiện Tại | 1.2.9 |
Cập Nhật Lần Cuối | 2020-11-19 |
Ngày Phát Hành | 2020-09-11 |
Đánh Giá | 4.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | melascrivi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.melascrivi.com/cashback/ |
URL Trang Trợ Giúp | https://www.melascrivi.com/contatti |
URL Trang Chính Sách Bảo Mật | https://www.melascrivi.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | it |
manifest.json | |
{ "background": { "scripts": [ "js\/sodium-plus.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/mc-38.png", "default_title": "Vai su melascrivi.com cashback" }, "content_scripts": [ { "css": [ "css\/pf.css" ], "js": [ "js\/search.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "js": [ "js\/google.js" ], "matches": [ "*:\/\/www.google.it\/*", "*:\/\/www.google.com\/*" ], "run_at": "document_end" } ], "description": "Estensione che notifica nuovi contenuti disponibili e offerte del cashback di Melascrivi.com", "icons": { "128": "images\/mc-128.png", "16": "images\/mc-16.png", "19": "images\/mc-19.png", "32": "images\/mc-32.png", "38": "images\/mc-38.png", "48": "images\/mc-48.png" }, "manifest_version": 2, "name": "melascrivi.com", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab", "cookies", "alarms", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.9", "web_accessible_resources": [ "js\/sodium-plus.min.js", "js\/background.js", "js\/popup.js", "js\/popupNews.js", "images\/logo.png", "images\/close.png" ] } |