ForenShips
Grow healthy friendships and relationships by analyzing conversation imbalances
Τι είναι το ForenShips;
Το ForenShips είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lemonpi, και η κύρια λειτουργία του είναι "Grow healthy friendships and relationships by analyzing conversation imbalances".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ForenShips
Λήψη αρχείων επέκτασης ForenShips σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Is one person more eager to start conversations? How much effort does each person put into the conversations? ForenShips lets you view trends over time at large as well as zoom in to view specific exchanges. You'll also be notified of systematic problems, such as a tendency to ramble on when they are not interested. Steps: 1. Go to Facebook's full message page for the conversation you want to analyze 2. Click ForenShips' icon that shows up in the right side of your url bar 3. Wait for analysis of conversations (sorry, we're working to make it load faster!) Analysis: Your overall relationship score is out of 100. The higher the number, the more healthy and balanced the relationship is. Sentiment is a general measure of how friendly the exchanges are. 0 is very negative and 1 is highly positive. Bias is a measure of how much effort each side is putting into the conversations. A positive bias means you put in more effort than them.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ForenShips |
ID | jpbkgmamfnkcmmakaoacpcjboglfmhgn |
Επίσημο URL | https://chromewebstore.google.com/detail/forenships/jpbkgmamfnkcmmakaoacpcjboglfmhgn |
Περιγραφή | Grow healthy friendships and relationships by analyzing conversation imbalances |
Μέγεθος Αρχείου | 154 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2015-10-20 |
Ημερομηνία Δημοσίευσης | 2015-10-19 |
Προγραμματιστής | lemonpi |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ForenShips", "version": "1.1.1", "description": "Grow healthy friendships and relationships by analyzing conversation imbalances", "icons": { "64": "images\/logo64.png", "128": "images\/icon128.png", "256": "images\/logo256.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAswMmxFYt9E+gf+XB0o+Q35U\/lJ5rTJb9aQnApf13VwFY0\/oMzOZCKidANNfZiWkPLntpo28xIW\/hWNbwz6bzUqc27wIS4S922LS25yU5eL8JtdBVeAWOL9MjKV5CtA0o9bmGS\/9k8uQjNeHV+CrJzpV2nIDxm6A3tku8fAQLxEpu6ayhk7\/RcXm5CoOeJz+dIzYn\/V44Ulh1JwOirEKxGg3pVu6rptjgd6S+4WYvTaKQLitWXEOWj3pkDTaVSoCweW5WHYz0O6PrkVoKIAAHRRwZGrb9whW7jkTTvsf2fpaKeo0bbDImr9akQRGHu1uvcjHpyH2591djPdEysDsAewIDAQAB", "page_action": { "default_icon": { "38": "images\/page38.png" }, "default_title": "ForenShips", "default_popup": "display\/display.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "cookies", "webRequest", "*:\/\/*.facebook.com\/*", "http:\/\/localhost:8000\/*", "https:\/\/forenships.co\/*", "declarativeContent" ] } |