FPTraffic
The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
Vad är FPTraffic?
FPTraffic är en Chrome-tillägg utvecklad av https://fptraffic.com, och dess huvudfunktion är "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".
Tilläggsskärmbilder
Ladda ner FPTraffic-förlängningens CRX-fil
Ladda ner FPTraffic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Use this tool along with your FPTraffic.com account to easily schedule and post photos and other content to your Facebook Pages and Twitter. Grundläggande Information om Tillägg
| Namn | |
| ID | mnhapiceipfpmbbibcijkfecpehjjodm |
| Officiell webbadress | https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm |
| Beskrivning | The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic. |
| Filstorlek | 203 KB |
| Antal Installationer | 2,142 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2016-12-09 |
| Publiceringsdatum | 2016-12-08 |
| Betyg | 4.40/5 Totalt 15 Betyg |
| Utvecklare | https://fptraffic.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://fptraffic.com |
| Hjälpsida URL | http://fptraffic.com/contact/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FPTraffic",
"description": "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.",
"version": "2.0",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"activeTab"
],
"icons": {
"16": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"browser_action": {
"default_icon": {
"19": "favicon.png",
"38": "favicon.png",
"128": "favicon.png"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery.js",
"jquery-ui.js",
"fptraffic.js"
],
"css": [
"fptraffic.css"
]
}
],
"web_accessible_resources": [
"img\/close.png"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |