Assumable
Assumable realestate
Τι είναι το Assumable;
Το Assumable είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον [email protected], και η κύρια λειτουργία του είναι "Assumable realestate".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Assumable
Λήψη αρχείων επέκτασης Assumable σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Find homes with Assumable mortgages Assumable helps consumers find homes with Assumable mortgages while they're browsing Zillow or Redfin. Assumable is the first platform of its kind - allowing buyers, sellers, investors, and other consumers to find homes with Assumable mortgages and get the support they need to complete their sale or purchase. Install Assumable for Chrome to discover financial freedom and huge savings opportunities with and Assumable mortgage. Assumable.io
Βασικές Πληροφορίες Επέκτασης
Όνομα | Assumable |
ID | gimdnglebecepanjcmejhlboifkhemih |
Επίσημο URL | https://chromewebstore.google.com/detail/assumable/gimdnglebecepanjcmejhlboifkhemih |
Περιγραφή | Assumable realestate |
Μέγεθος Αρχείου | 485 KB |
Αριθμός Εγκαταστάσεων | 135 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2023-11-30 |
Ημερομηνία Δημοσίευσης | 2023-11-06 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | [email protected] |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://www.assumable.io/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.assumable.io/faq |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.assumable.io/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Assumable", "description": "Assumable realestate", "version": "1.1.0", "action": { "default_title": "Assumable", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "activeTab", "identity" ], "content_scripts": [ { "matches": [ "https:\/\/www.zillow.com\/*", "https:\/\/www.redfin.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "popup\/popup.html" ], "matches": [ "https:\/\/www.zillow.com\/*", "https:\/\/www.redfin.com\/*" ] } ], "oauth2": { "client_id": "1002251544211-tlqlaoci25ekqskkivscg2efuli9kk2r.apps.googleusercontent.com", "scopes": [ "openid", "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |